#368840

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

Shades of Japanese Laurel #368840

Tints of Japanese Laurel #368840

Color information

#368840 (or 0x368840) is unknown color: approx Japanese Laurel. HEX triplet: 36, 88 and 40. RGB value is (54,136,64). Sum of RGB (Red+Green+Blue) = 54+136+64=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #368840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368840 is #C977BF. Grayscale: #676767. Windows color (decimal): -13203392 or 4229174. OLE color: 4229174.

HSL color Cylindrical-coordinate representation of color #368840: hue angle of 127.32º 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 #368840 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB5413664-
CMYK0.6000.530.47
HSL127.32º43.16%37.25%-
HSV(B)127.32º60.29%53.33%-
XYZ11.2518.767.88-
YUV103.27105.8392.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 136 (53.52% from 255) = 53.54%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=21.26%
G=53.54%
B=25.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54136640.6000.530.47127.3243.1637.25
Hex3688403C0352F7f2b25
Octal6621010074065571775345
Binary11011010001000100000011110001101011011111111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368840; }

 p { color: rgb(54,136,64); }

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

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

 a { background-color: rgb(54,136,64); }

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

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

 span { border-color: rgb(54,136,64); }

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