#36773A

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

Shades of Japanese Laurel #36773A

Tints of Japanese Laurel #36773A

Color information

#36773A (or 0x36773A) is unknown color: approx Japanese Laurel. HEX triplet: 36, 77 and 3A. RGB value is (54,119,58). Sum of RGB (Red+Green+Blue) = 54+119+58=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #36773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36773A is #C988C5. Grayscale: #5C5C5C. Windows color (decimal): -13207750 or 3831606. OLE color: 3831606.

HSL color Cylindrical-coordinate representation of color #36773A: hue angle of 123.69º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36773A is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB5411958-
CMYK0.5500.510.53
HSL123.69º37.57%33.92%-
HSV(B)123.69º54.62%46.67%-
XYZ8.8814.286.29-
YUV92.61108.47100.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=23.38%
G=51.52%
B=25.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54119580.5500.510.53123.6937.5733.92
Hex36773A37033357c2622
Octal661677267063651744642
Binary110110111011111101011011101100111101011111100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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