#32763A

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

Shades of Japanese Laurel #32763A

Tints of Japanese Laurel #32763A

Color information

#32763A (or 0x32763A) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 3A. RGB value is (50,118,58). Sum of RGB (Red+Green+Blue) = 50+118+58=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #32763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32763A is #CD89C5. Grayscale: #5A5A5A. Windows color (decimal): -13470150 or 3831346. OLE color: 3831346.

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

Color convert

RGB5011858-
CMYK0.5800.510.54
HSL127.06º40.48%32.94%-
HSV(B)127.06º57.63%46.27%-
XYZ8.5613.946.24-
YUV90.83109.4798.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=22.12%
G=52.21%
B=25.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118580.5800.510.54127.0640.4832.94
Hex32763A3A033367f2821
Octal621667272063661775041
Binary110010111011011101011101001100111101101111111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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