#368942

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

Shades of Japanese Laurel #368942

Tints of Japanese Laurel #368942

Color information

#368942 (or 0x368942) is unknown color: approx Japanese Laurel. HEX triplet: 36, 89 and 42. RGB value is (54,137,66). Sum of RGB (Red+Green+Blue) = 54+137+66=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #368942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368942 is #C976BD. Grayscale: #686868. Windows color (decimal): -13203134 or 4360502. OLE color: 4360502.

HSL color Cylindrical-coordinate representation of color #368942: hue angle of 128.67º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368942 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB5413766-
CMYK0.6100.520.46
HSL128.67º43.46%37.45%-
HSV(B)128.67º60.58%53.73%-
XYZ11.4519.078.23-
YUV104.09106.592.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 137 (53.91% from 255) = 53.31%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=21.01%
G=53.31%
B=25.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54137660.6100.520.46128.6743.4637.45
Hex3689423D0342E812b25
Octal6621110275064562015345
Binary110110100010011000010111101011010010111010000001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368942; }

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

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

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

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

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

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

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

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