#368B34

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

Shades of Japanese Laurel #368B34

Tints of Japanese Laurel #368B34

Color information

#368B34 (or 0x368B34) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8B and 34. RGB value is (54,139,52). Sum of RGB (Red+Green+Blue) = 54+139+52=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #368B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368B34 is #C974CB. Grayscale: #676767. Windows color (decimal): -13202636 or 3443510. OLE color: 3443510.

HSL color Cylindrical-coordinate representation of color #368B34: hue angle of 118.62º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368B34 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB5413952-
CMYK0.6100.630.45
HSL118.62º45.55%37.45%-
HSV(B)118.62º62.59%54.51%-
XYZ11.3719.56.41-
YUV103.6798.8492.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 139 (54.69% from 255) = 56.73%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=22.04%
G=56.73%
B=21.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54139520.6100.630.45118.6245.5537.45
Hex368B343D03F2D772e25
Octal662136475077551675645
Binary1101101000101111010011110101111111011011110111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368B34; }

 p { color: rgb(54,139,52); }

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

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

 a { background-color: rgb(54,139,52); }

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

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

 span { border-color: rgb(54,139,52); }

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