#33802E

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

Shades of Japanese Laurel #33802E

Tints of Japanese Laurel #33802E

Color information

#33802E (or 0x33802E) is unknown color: approx Japanese Laurel. HEX triplet: 33, 80 and 2E. RGB value is (51,128,46). Sum of RGB (Red+Green+Blue) = 51+128+46=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #33802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33802E is #CC7FD1. Grayscale: #5F5F5F. Windows color (decimal): -13402066 or 3047475. OLE color: 3047475.

HSL color Cylindrical-coordinate representation of color #33802E: hue angle of 116.34º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33802E is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB5112846-
CMYK0.6000.640.50
HSL116.34º47.13%34.12%-
HSV(B)116.34º64.06%50.2%-
XYZ9.5816.345.23-
YUV95.6399.9996.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 128 (50.39% from 255) = 56.89%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=22.67%
G=56.89%
B=20.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51128460.6000.640.50116.3447.1334.12
Hex33802E3C04032742f22
Octal6320056740100621645742
Binary11001110000000101110111100010000001100101110100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33802E; }

 p { color: rgb(51,128,46); }

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

<style>
 a { background-color: #33802E; }

 a { background-color: rgb(51,128,46); }

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

<style>
 span { border-color: #33802E; }

 span { border-color: rgb(51,128,46); }

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