Html Css Color HEX #506434 Green Leaf

📋 copy color: '#506434'

red 80 ◦ green 100 ◦ blue 52

#506434
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #506434

Tints of Green Leaf #506434

RGB

 RED value IS 80 (31.64% from 255) = 34.48%

 GREEN value IS 100 (39.45% from 255) = 43.1%

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 34.48%
G = 43.1%
B = 22.41%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#506434 (or 0x506434) is known color: Green Leaf. HEX triplet: 50, 64 and 34. RGB value is (80,100,52). Sum of RGB (Red+Green+Blue) = 80+100+52=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #506434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506434 is #AF9BCB. Grayscale: #585858. Windows color (decimal): -11508684 or 3433552. OLE color: 3433552.

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

Color convert

RGB 80 100 52 -
CMYK 0.2 0 0.48 0.61
HSL 85º 0.32% 0.3% -
HSV(B) 85º 0.48% 0.39% -
XYZ 8.49 11.07 4.94 -
YUV 88.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 80 100 52 0.2 0 0.48 0.61 85 0.32 0.3
Hex 50 64 34 14 0 30 3D 55 20 1E
Octal 120 144 64 24 0 60 75 125 40 36
Binary 1010000 1100100 110100 10100 0 110000 111101 1010101 100000 11110

Color Harmonies of #506434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506434

Black with #506434

Text Example


Text Example

White with #506434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506434; }

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

 H1.HeaderClassName
 {
   color: #506434;
 }
 .AnyTagClassName
 {
   color: #506434;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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