Html Css Color HEX #506B33 Green Leaf

📋 copy color: '#506B33'

red 80 ◦ green 107 ◦ blue 51

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

Shades of Green Leaf #506B33

Tints of Green Leaf #506B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.43%

R = 33.61%
G = 44.96%
B = 21.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#506B33 (or 0x506B33) is known color: Green Leaf. HEX triplet: 50, 6B and 33. RGB value is (80,107,51). Sum of RGB (Red+Green+Blue) = 80+107+51=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #506B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B33 is #AF94CC. Grayscale: #5C5C5C. Windows color (decimal): -11506893 or 3369808. OLE color: 3369808.

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

Color convert

RGB 80 107 51 -
CMYK 0.25 0 0.52 0.58
HSL 88.93º 0.35% 0.31% -
HSV(B) 88.93º 0.52% 0.42% -
XYZ 9.16 12.46 5.05 -
YUV 92.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 80 107 51 0.25 0 0.52 0.58 88.93 0.35 0.31
Hex 50 6B 33 19 0 34 3A 59 23 1F
Octal 120 153 63 31 0 64 72 131 43 37
Binary 1010000 1101011 110011 11001 0 110100 111010 1011001 100011 11111

Color Harmonies of #506B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B33

Black with #506B33

Text Example


Text Example

White with #506B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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