Html Css Color HEX #506F34 Green Leaf

📋 copy color: '#506F34'

red 80 ◦ green 111 ◦ blue 52

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

Shades of Green Leaf #506F34

Tints of Green Leaf #506F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.68%

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

R = 32.92%
G = 45.68%
B = 21.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#506F34 (or 0x506F34) is known color: Green Leaf. HEX triplet: 50, 6F and 34. RGB value is (80,111,52). Sum of RGB (Red+Green+Blue) = 80+111+52=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #506F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F34 is #AF90CB. Grayscale: #5F5F5F. Windows color (decimal): -11505868 or 3436368. OLE color: 3436368.

HSL color Cylindrical-coordinate representation of color #506F34: hue angle of 91.53º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506F34 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 52 -
CMYK 0.28 0 0.53 0.56
HSL 91.53º 0.36% 0.32% -
HSV(B) 91.53º 0.53% 0.44% -
XYZ 9.61 13.32 5.31 -
YUV 95.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 80 111 52 0.28 0 0.53 0.56 91.53 0.36 0.32
Hex 50 6F 34 1C 0 35 38 5C 24 20
Octal 120 157 64 34 0 65 70 134 44 40
Binary 1010000 1101111 110100 11100 0 110101 111000 1011100 100100 100000

Color Harmonies of #506F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F34

Black with #506F34

Text Example


Text Example

White with #506F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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