#32773A

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

Shades of Japanese Laurel #32773A

Tints of Japanese Laurel #32773A

Color information

#32773A (or 0x32773A) is unknown color: approx Japanese Laurel. HEX triplet: 32, 77 and 3A. RGB value is (50,119,58). Sum of RGB (Red+Green+Blue) = 50+119+58=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #32773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32773A is #CD88C5. Grayscale: #5B5B5B. Windows color (decimal): -13469894 or 3831602. OLE color: 3831602.

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

Color convert

RGB5011958-
CMYK0.5800.510.53
HSL126.96º40.83%33.14%-
HSV(B)126.96º57.98%46.67%-
XYZ8.6814.186.28-
YUV91.42109.1498.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=22.03%
G=52.42%
B=25.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119580.5800.510.53126.9640.8333.14
Hex32773A3A033357f2921
Octal621677272063651775141
Binary110010111011111101011101001100111101011111111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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