Html Css Color HEX #506823 Green Leaf

📋 copy color: '#506823'

red 80 ◦ green 104 ◦ blue 35

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

Shades of Green Leaf #506823

Tints of Green Leaf #506823

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.49%

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

R = 36.53%
G = 47.49%
B = 15.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#506823 (or 0x506823) is known color: Green Leaf. HEX triplet: 50, 68 and 23. RGB value is (80,104,35). Sum of RGB (Red+Green+Blue) = 80+104+35=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #506823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506823 is #AF97DC. Grayscale: #595959. Windows color (decimal): -11507677 or 2320464. OLE color: 2320464.

HSL color Cylindrical-coordinate representation of color #506823: hue angle of 80.87º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #506823 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 35 -
CMYK 0.23 0 0.66 0.59
HSL 80.87º 0.5% 0.27% -
HSV(B) 80.87º 0.66% 0.41% -
XYZ 8.56 11.73 3.4 -
YUV 88.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 80 104 35 0.23 0 0.66 0.59 80.87 0.5 0.27
Hex 50 68 23 17 0 42 3B 51 32 1B
Octal 120 150 43 27 0 102 73 121 62 33
Binary 1010000 1101000 100011 10111 0 1000010 111011 1010001 110010 11011

Color Harmonies of #506823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506823

Black with #506823

Text Example


Text Example

White with #506823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506823; }

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

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

background-color css

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

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

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

border-color css

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

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

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