#33763B

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

Shades of Japanese Laurel #33763B

Tints of Japanese Laurel #33763B

Color information

#33763B (or 0x33763B) is unknown color: approx Japanese Laurel. HEX triplet: 33, 76 and 3B. RGB value is (51,118,59). Sum of RGB (Red+Green+Blue) = 51+118+59=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #33763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33763B is #CC89C4. Grayscale: #5B5B5B. Windows color (decimal): -13404613 or 3896883. OLE color: 3896883.

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

Color convert

RGB5111859-
CMYK0.5700.500.54
HSL127.16º39.64%33.14%-
HSV(B)127.16º56.78%46.27%-
XYZ8.6313.986.38-
YUV91.24109.899.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 118 (46.48% from 255) = 51.75%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=22.37%
G=51.75%
B=25.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51118590.5700.500.54127.1639.6433.14
Hex33763B39032367f2821
Octal631667371062661775041
Binary110011111011011101111100101100101101101111111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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