Html Css Color HEX #506E23 Green Leaf

📋 copy color: '#506E23'

red 80 ◦ green 110 ◦ blue 35

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

Shades of Green Leaf #506E23

Tints of Green Leaf #506E23

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.89%

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

R = 35.56%
G = 48.89%
B = 15.56%

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

#506E23 (or 0x506E23) is known color: Green Leaf. HEX triplet: 50, 6E and 23. RGB value is (80,110,35). Sum of RGB (Red+Green+Blue) = 80+110+35=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #506E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E23 is #AF91DC. Grayscale: #5C5C5C. Windows color (decimal): -11506141 or 2322000. OLE color: 2322000.

HSL color Cylindrical-coordinate representation of color #506E23: hue angle of 84º degrees, saturation: 0.52, 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 #506E23 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 110 35 -
CMYK 0.27 0 0.68 0.57
HSL 84º 0.52% 0.28% -
HSV(B) 84º 0.68% 0.43% -
XYZ 9.19 12.98 3.61 -
YUV 92.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 80 110 35 0.27 0 0.68 0.57 84 0.52 0.28
Hex 50 6E 23 1B 0 44 39 54 34 1C
Octal 120 156 43 33 0 104 71 124 64 34
Binary 1010000 1101110 100011 11011 0 1000100 111001 1010100 110100 11100

Color Harmonies of #506E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E23

Black with #506E23

Text Example


Text Example

White with #506E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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