Html Css Color HEX #506D23 Green Leaf

📋 copy color: '#506D23'

red 80 ◦ green 109 ◦ blue 35

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

Shades of Green Leaf #506D23

Tints of Green Leaf #506D23

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.66%

 BLUE value IS 35 (14.06% from 255) = 15.63%

R = 35.71%
G = 48.66%
B = 15.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#506D23 (or 0x506D23) is known color: Green Leaf. HEX triplet: 50, 6D and 23. RGB value is (80,109,35). Sum of RGB (Red+Green+Blue) = 80+109+35=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #506D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D23 is #AF92DC. Grayscale: #5C5C5C. Windows color (decimal): -11506397 or 2321744. OLE color: 2321744.

HSL color Cylindrical-coordinate representation of color #506D23: hue angle of 83.51º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #506D23 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 35 -
CMYK 0.27 0 0.68 0.57
HSL 83.51º 0.51% 0.28% -
HSV(B) 83.51º 0.68% 0.43% -
XYZ 9.08 12.76 3.58 -
YUV 91.89 95.89 119.52 -
System Red Green Blue C M Y K H S L
Decimal 80 109 35 0.27 0 0.68 0.57 83.51 0.51 0.28
Hex 50 6D 23 1B 0 44 39 54 33 1C
Octal 120 155 43 33 0 104 71 124 63 34
Binary 1010000 1101101 100011 11011 0 1000100 111001 1010100 110011 11100

Color Harmonies of #506D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D23

Black with #506D23

Text Example


Text Example

White with #506D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,109,35); }

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

background-color css

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

 a { background-color: rgb(80,109,35); }

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

border-color css

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

 span { border-color: rgb(80,109,35); }

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