#33832E

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

Shades of Japanese Laurel #33832E

Tints of Japanese Laurel #33832E

Color information

#33832E (or 0x33832E) is unknown color: approx Japanese Laurel. HEX triplet: 33, 83 and 2E. RGB value is (51,131,46). Sum of RGB (Red+Green+Blue) = 51+131+46=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #33832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33832E is #CC7CD1. Grayscale: #616161. Windows color (decimal): -13401298 or 3048243. OLE color: 3048243.

HSL color Cylindrical-coordinate representation of color #33832E: hue angle of 116.47º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33832E is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB5113146-
CMYK0.6100.650.49
HSL116.47º48.02%34.71%-
HSV(B)116.47º64.89%51.37%-
XYZ9.9717.135.37-
YUV97.399994.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 131 (51.56% from 255) = 57.46%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=22.37%
G=57.46%
B=20.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51131460.6100.650.49116.4748.0234.71
Hex33832E3D04131743023
Octal6320356750101611646043
Binary11001110000011101110111101010000011100011110100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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