#36813F

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

Shades of Japanese Laurel #36813F

Tints of Japanese Laurel #36813F

Color information

#36813F (or 0x36813F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 81 and 3F. RGB value is (54,129,63). Sum of RGB (Red+Green+Blue) = 54+129+63=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #36813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36813F is #C97EC0. Grayscale: #636363. Windows color (decimal): -13205185 or 4161846. OLE color: 4161846.

HSL color Cylindrical-coordinate representation of color #36813F: hue angle of 127.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36813F is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB5412963-
CMYK0.5800.510.49
HSL127.2º40.98%35.88%-
HSV(B)127.2º58.14%50.59%-
XYZ10.2716.847.41-
YUV99.05107.6595.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 129 (50.78% from 255) = 52.44%
BLUE value IS 63 (25% from 255) = 25.61%
R=21.95%
G=52.44%
B=25.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54129630.5800.510.49127.240.9835.88
Hex36813F3A033317f2924
Octal662017772063611775144
Binary1101101000000111111111101001100111100011111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36813F; }

 p { color: rgb(54,129,63); }

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

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

 a { background-color: rgb(54,129,63); }

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

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

 span { border-color: rgb(54,129,63); }

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