#32763d

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

Shades of Japanese Laurel #32763D

Tints of Japanese Laurel #32763D

Color information

#32763D (or 0x32763D) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 3D. RGB value is (50,118,61). Sum of RGB (Red+Green+Blue) = 50+118+61=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #32763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32763D is #CD89C2. Grayscale: #5B5B5B. Windows color (decimal): -13470147 or 4027954. OLE color: 4027954.

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

Color convert

RGB5011861-
CMYK0.5800.480.54
HSL129.71º40.48%32.94%-
HSV(B)129.71º57.63%46.27%-
XYZ8.6413.976.66-
YUV91.17110.9798.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 118 (46.48% from 255) = 51.53%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=21.83%
G=51.53%
B=26.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118610.5800.480.54129.7140.4832.94
Hex32763D3A03036822821
Octal621667572060662025041
Binary1100101110110111101111010011000011011010000010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32763d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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