#368D39

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

Shades of Japanese Laurel #368D39

Tints of Japanese Laurel #368D39

Color information

#368D39 (or 0x368D39) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8D and 39. RGB value is (54,141,57). Sum of RGB (Red+Green+Blue) = 54+141+57=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #368D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D39 is #C972C6. Grayscale: #696969. Windows color (decimal): -13202119 or 3771702. OLE color: 3771702.

HSL color Cylindrical-coordinate representation of color #368D39: hue angle of 122.07º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368D39 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB5414157-
CMYK0.6200.600.45
HSL122.07º44.62%38.24%-
HSV(B)122.07º61.7%55.29%-
XYZ11.7820.137.14-
YUV105.41100.6891.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 141 (55.47% from 255) = 55.95%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=21.43%
G=55.95%
B=22.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54141570.6200.600.45122.0744.6238.24
Hex368D393E03C2D7a2d26
Octal662157176074551725546
Binary1101101000110111100111111001111001011011111010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,141,57); }

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

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

 a { background-color: rgb(54,141,57); }

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

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

 span { border-color: rgb(54,141,57); }

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