Html Css Color HEX #506223 Green Leaf

📋 copy color: '#506223'

red 80 ◦ green 98 ◦ blue 35

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

Shades of Green Leaf #506223

Tints of Green Leaf #506223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

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

R = 37.56%
G = 46.01%
B = 16.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#506223 (or 0x506223) is known color: Green Leaf. HEX triplet: 50, 62 and 23. RGB value is (80,98,35). Sum of RGB (Red+Green+Blue) = 80+98+35=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #506223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506223 is #AF9DDC. Grayscale: #555555. Windows color (decimal): -11509213 or 2318928. OLE color: 2318928.

HSL color Cylindrical-coordinate representation of color #506223: hue angle of 77.14º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #506223 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 35 -
CMYK 0.18 0 0.64 0.62
HSL 77.14º 0.47% 0.26% -
HSV(B) 77.14º 0.64% 0.38% -
XYZ 7.98 10.56 3.21 -
YUV 85.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 80 98 35 0.18 0 0.64 0.62 77.14 0.47 0.26
Hex 50 62 23 12 0 40 3E 4D 2F 1A
Octal 120 142 43 22 0 100 76 115 57 32
Binary 1010000 1100010 100011 10010 0 1000000 111110 1001101 101111 11010

Color Harmonies of #506223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506223

Black with #506223

Text Example


Text Example

White with #506223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506223; }

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

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

background-color css

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

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

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

border-color css

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

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

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