#36833C

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

Shades of Japanese Laurel #36833C

Tints of Japanese Laurel #36833C

Color information

#36833C (or 0x36833C) is unknown color: approx Japanese Laurel. HEX triplet: 36, 83 and 3C. RGB value is (54,131,60). Sum of RGB (Red+Green+Blue) = 54+131+60=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #36833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36833C is #C97CC3. Grayscale: #646464. Windows color (decimal): -13204676 or 3965750. OLE color: 3965750.

HSL color Cylindrical-coordinate representation of color #36833C: hue angle of 124.68º 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 #36833C is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB5413160-
CMYK0.5900.540.49
HSL124.68º41.62%36.27%-
HSV(B)124.68º58.78%51.37%-
XYZ10.4517.347.07-
YUV99.88105.4995.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 131 (51.56% from 255) = 53.47%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=22.04%
G=53.47%
B=24.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131600.5900.540.49124.6841.6236.27
Hex36833C3B036317d2a24
Octal662037473066611755244
Binary1101101000001111110011101101101101100011111101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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