#36833A

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

Shades of Japanese Laurel #36833A

Tints of Japanese Laurel #36833A

Color information

#36833A (or 0x36833A) is unknown color: approx Japanese Laurel. HEX triplet: 36, 83 and 3A. RGB value is (54,131,58). Sum of RGB (Red+Green+Blue) = 54+131+58=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #36833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36833A is #C97CC5. Grayscale: #636363. Windows color (decimal): -13204678 or 3834678. OLE color: 3834678.

HSL color Cylindrical-coordinate representation of color #36833A: hue angle of 123.12º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36833A is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB5413158-
CMYK0.5900.560.49
HSL123.12º41.62%36.27%-
HSV(B)123.12º58.78%51.37%-
XYZ10.417.326.8-
YUV99.65104.4995.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 131 (51.56% from 255) = 53.91%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=22.22%
G=53.91%
B=23.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131580.5900.560.49123.1241.6236.27
Hex36833A3B038317b2a24
Octal662037273070611735244
Binary1101101000001111101011101101110001100011111011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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