#506433

Color #506433 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #506433

Tints of Green Leaf #506433

Color information

#506433 (or 0x506433) is unknown color: approx Green Leaf. HEX triplet: 50, 64 and 33. RGB value is (80,100,51). Sum of RGB (Red+Green+Blue) = 80+100+51=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #506433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506433 is #AF9BCC. Grayscale: #585858. Windows color (decimal): -11508685 or 3368016. OLE color: 3368016.

HSL color Cylindrical-coordinate representation of color #506433: hue angle of 84.49º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506433 is Cyan = 0.2, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB8010051-
CMYK0.200.490.61
HSL84.49º32.45%29.61%-
HSV(B)84.49º49%39.22%-
XYZ8.4611.064.82-
YUV88.43106.87121.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 100 (39.45% from 255) = 43.29%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=34.63%
G=43.29%
B=22.08%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100510.200.490.6184.4932.4529.61
Hex506433140313D54201e
Octal1201446324061751244036
Binary10100001100100110011101000110001111101101010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506433; }

 p { color: rgb(80,100,51); }

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

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

 a { background-color: rgb(80,100,51); }

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

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

 span { border-color: rgb(80,100,51); }

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