#506234

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

Shades of Green Leaf #506234

Tints of Green Leaf #506234

Color information

#506234 (or 0x506234) is unknown color: approx Green Leaf. HEX triplet: 50, 62 and 34. RGB value is (80,98,52). Sum of RGB (Red+Green+Blue) = 80+98+52=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #506234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506234 is #AF9DCB. Grayscale: #575757. Windows color (decimal): -11509196 or 3433040. OLE color: 3433040.

HSL color Cylindrical-coordinate representation of color #506234: hue angle of 83.48º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506234 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB809852-
CMYK0.1800.470.62
HSL83.48º30.67%29.41%-
HSV(B)83.48º46.94%38.43%-
XYZ8.310.694.87-
YUV87.37108.04122.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=34.78%
G=42.61%
B=22.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098520.1800.470.6283.4830.6729.41
Hex5062341202F3E531f1d
Octal1201426422057761233735
Binary1010000110001011010010010010111111111010100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506234; }

 p { color: rgb(80,98,52); }

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

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

 a { background-color: rgb(80,98,52); }

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

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

 span { border-color: rgb(80,98,52); }

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