Html Css Color HEX #506C23 Green Leaf

📋 copy color: '#506C23'

red 80 ◦ green 108 ◦ blue 35

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

Shades of Green Leaf #506C23

Tints of Green Leaf #506C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48.43%

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

R = 35.87%
G = 48.43%
B = 15.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#506C23 (or 0x506C23) is known color: Green Leaf. HEX triplet: 50, 6C and 23. RGB value is (80,108,35). Sum of RGB (Red+Green+Blue) = 80+108+35=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #506C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506C23 is #AF93DC. Grayscale: #5B5B5B. Windows color (decimal): -11506653 or 2321488. OLE color: 2321488.

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

Color convert

RGB 80 108 35 -
CMYK 0.26 0 0.68 0.58
HSL 83.01º 0.51% 0.28% -
HSV(B) 83.01º 0.68% 0.42% -
XYZ 8.97 12.55 3.54 -
YUV 91.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 80 108 35 0.26 0 0.68 0.58 83.01 0.51 0.28
Hex 50 6C 23 1A 0 44 3A 53 33 1C
Octal 120 154 43 32 0 104 72 123 63 34
Binary 1010000 1101100 100011 11010 0 1000100 111010 1010011 110011 11100

Color Harmonies of #506C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C23

Black with #506C23

Text Example


Text Example

White with #506C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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