Html Css Color HEX #506B32 Green Leaf

📋 copy color: '#506B32'

red 80 ◦ green 107 ◦ blue 50

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

Shades of Green Leaf #506B32

Tints of Green Leaf #506B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.15%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 33.76%
G = 45.15%
B = 21.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#506B32 (or 0x506B32) is known color: Green Leaf. HEX triplet: 50, 6B and 32. RGB value is (80,107,50). Sum of RGB (Red+Green+Blue) = 80+107+50=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #506B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B32 is #AF94CD. Grayscale: #5C5C5C. Windows color (decimal): -11506894 or 3304272. OLE color: 3304272.

HSL color Cylindrical-coordinate representation of color #506B32: hue angle of 88.42º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506B32 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 50 -
CMYK 0.25 0 0.53 0.58
HSL 88.42º 0.36% 0.31% -
HSV(B) 88.42º 0.53% 0.42% -
XYZ 9.14 12.45 4.94 -
YUV 92.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 80 107 50 0.25 0 0.53 0.58 88.42 0.36 0.31
Hex 50 6B 32 19 0 35 3A 58 24 1F
Octal 120 153 62 31 0 65 72 130 44 37
Binary 1010000 1101011 110010 11001 0 110101 111010 1011000 100100 11111

Color Harmonies of #506B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B32

Black with #506B32

Text Example


Text Example

White with #506B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,107,50); }

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

background-color css

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

 a { background-color: rgb(80,107,50); }

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

border-color css

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

 span { border-color: rgb(80,107,50); }

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