#368B42

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

Shades of Japanese Laurel #368B42

Tints of Japanese Laurel #368B42

Color information

#368B42 (or 0x368B42) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8B and 42. RGB value is (54,139,66). Sum of RGB (Red+Green+Blue) = 54+139+66=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #368B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368B42 is #C974BD. Grayscale: #696969. Windows color (decimal): -13202622 or 4361014. OLE color: 4361014.

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

Color convert

RGB5413966-
CMYK0.6100.530.45
HSL128.47º44.04%37.84%-
HSV(B)128.47º61.15%54.51%-
XYZ11.7419.648.33-
YUV105.26105.8491.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 139 (54.69% from 255) = 53.67%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=20.85%
G=53.67%
B=25.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54139660.6100.530.45128.4744.0437.84
Hex368B423D0352D802c26
Octal6621310275065552005446
Binary110110100010111000010111101011010110110110000000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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