#36813A

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

Shades of Japanese Laurel #36813A

Tints of Japanese Laurel #36813A

Color information

#36813A (or 0x36813A) is unknown color: approx Japanese Laurel. HEX triplet: 36, 81 and 3A. RGB value is (54,129,58). Sum of RGB (Red+Green+Blue) = 54+129+58=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #36813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36813A is #C97EC5. Grayscale: #626262. Windows color (decimal): -13205190 or 3834166. OLE color: 3834166.

HSL color Cylindrical-coordinate representation of color #36813A: hue angle of 123.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 #36813A is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB5412958-
CMYK0.5800.550.49
HSL123.2º40.98%35.88%-
HSV(B)123.2º58.14%50.59%-
XYZ10.1416.796.71-
YUV98.48105.1596.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 129 (50.78% from 255) = 53.53%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=22.41%
G=53.53%
B=24.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54129580.5800.550.49123.240.9835.88
Hex36813A3A037317b2924
Octal662017272067611735144
Binary1101101000000111101011101001101111100011111011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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