Html Css Color HEX #506F2B Green Leaf

📋 copy color: '#506F2B'

red 80 ◦ green 111 ◦ blue 43

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

Shades of Green Leaf #506F2B

Tints of Green Leaf #506F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 34.19%
G = 47.44%
B = 18.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#506F2B (or 0x506F2B) is known color: Green Leaf. HEX triplet: 50, 6F and 2B. RGB value is (80,111,43). Sum of RGB (Red+Green+Blue) = 80+111+43=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #506F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F2B is #AF90D4. Grayscale: #5E5E5E. Windows color (decimal): -11505877 or 2846544. OLE color: 2846544.

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

Color convert

RGB 80 111 43 -
CMYK 0.28 0 0.61 0.56
HSL 87.35º 0.44% 0.3% -
HSV(B) 87.35º 0.61% 0.44% -
XYZ 9.43 13.25 4.35 -
YUV 93.98 99.23 118.03 -
System Red Green Blue C M Y K H S L
Decimal 80 111 43 0.28 0 0.61 0.56 87.35 0.44 0.3
Hex 50 6F 2B 1C 0 3D 38 57 2C 1E
Octal 120 157 53 34 0 75 70 127 54 36
Binary 1010000 1101111 101011 11100 0 111101 111000 1010111 101100 11110

Color Harmonies of #506F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F2B

Black with #506F2B

Text Example


Text Example

White with #506F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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