#238638

Color #238638 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #238638

Tints of Japanese Laurel #238638

Color information

#238638 (or 0x238638) is unknown color: approx Japanese Laurel. HEX triplet: 23, 86 and 38. RGB value is (35,134,56). Sum of RGB (Red+Green+Blue) = 35+134+56=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #238638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238638 is #DC79C7. Grayscale: #5F5F5F. Windows color (decimal): -14449096 or 3704355. OLE color: 3704355.

HSL color Cylindrical-coordinate representation of color #238638: hue angle of 132.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238638 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB3513456-
CMYK0.7400.580.47
HSL132.73º58.58%33.14%-
HSV(B)132.73º73.88%52.55%-
XYZ9.9317.696.63-
YUV95.51105.784.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 134 (52.73% from 255) = 59.56%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=15.56%
G=59.56%
B=24.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35134560.7400.580.47132.7358.5833.14
Hex2386384A03A2F853b21
Octal4320670112072572057341
Binary100011100001101110001001010011101010111110000101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238638; }

 p { color: rgb(35,134,56); }

 H1.HeaderClassName
 {
   color: #238638;
 }
 .AnyTagClassName
 {
   color: #238638;
 }
</style>
background-color css

<style>
 a { background-color: #238638; }

 a { background-color: rgb(35,134,56); }

 div.DivClassName
 {
   background-color: #238638;
 }
 .BgClassName
 {
   background-color: #238638;
 }
</style>
border-color css

<style>
 span { border-color: #238638; }

 span { border-color: rgb(35,134,56); }

 td.TdClassName
 {
   border-color: #238638;
 }
 .TagClassName
 {
   border-color: #238638;
 }
</style>