#368639

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

Shades of Japanese Laurel #368639

Tints of Japanese Laurel #368639

Color information

#368639 (or 0x368639) is unknown color: approx Japanese Laurel. HEX triplet: 36, 86 and 39. RGB value is (54,134,57). Sum of RGB (Red+Green+Blue) = 54+134+57=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #368639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368639 is #C979C6. Grayscale: #656565. Windows color (decimal): -13203911 or 3769910. OLE color: 3769910.

HSL color Cylindrical-coordinate representation of color #368639: hue angle of 122.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368639 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB5413457-
CMYK0.6000.570.47
HSL122.25º42.55%36.86%-
HSV(B)122.25º59.7%52.55%-
XYZ10.7818.136.8-
YUV101.310394.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=22.04%
G=54.69%
B=23.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134570.6000.570.47122.2542.5536.86
Hex3686393C0392F7a2b25
Octal662067174071571725345
Binary1101101000011011100111110001110011011111111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368639; }

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

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

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

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

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

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

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

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