#32763B

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

Shades of Japanese Laurel #32763B

Tints of Japanese Laurel #32763B

Color information

#32763B (or 0x32763B) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 3B. RGB value is (50,118,59). Sum of RGB (Red+Green+Blue) = 50+118+59=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #32763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32763B is #CD89C4. Grayscale: #5B5B5B. Windows color (decimal): -13470149 or 3896882. OLE color: 3896882.

HSL color Cylindrical-coordinate representation of color #32763B: hue angle of 127.94º 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 #32763B is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB5011859-
CMYK0.5800.500.54
HSL127.94º40.48%32.94%-
HSV(B)127.94º57.63%46.27%-
XYZ8.5813.956.38-
YUV90.94109.9798.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=22.03%
G=51.98%
B=25.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118590.5800.500.54127.9440.4832.94
Hex32763B3A03236802821
Octal621667372062662005041
Binary1100101110110111011111010011001011011010000000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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