#33833C

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

Shades of Japanese Laurel #33833C

Tints of Japanese Laurel #33833C

Color information

#33833C (or 0x33833C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 83 and 3C. RGB value is (51,131,60). Sum of RGB (Red+Green+Blue) = 51+131+60=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #33833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33833C is #CC7CC3. Grayscale: #636363. Windows color (decimal): -13401284 or 3965747. OLE color: 3965747.

HSL color Cylindrical-coordinate representation of color #33833C: hue angle of 126.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33833C is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB5113160-
CMYK0.6100.540.49
HSL126.75º43.96%35.69%-
HSV(B)126.75º61.07%51.37%-
XYZ10.317.267.06-
YUV98.9910693.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 131 (51.56% from 255) = 54.13%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=21.07%
G=54.13%
B=24.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51131600.6100.540.49126.7543.9635.69
Hex33833C3D036317f2c24
Octal632037475066611775444
Binary1100111000001111110011110101101101100011111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33833C; }

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

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

<style>
 a { background-color: #33833C; }

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

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

<style>
 span { border-color: #33833C; }

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

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