Html Css Color HEX #506928 Green Leaf

📋 copy color: '#506928'

red 80 ◦ green 105 ◦ blue 40

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

Shades of Green Leaf #506928

Tints of Green Leaf #506928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 35.56%
G = 46.67%
B = 17.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#506928 (or 0x506928) is known color: Green Leaf. HEX triplet: 50, 69 and 28. RGB value is (80,105,40). Sum of RGB (Red+Green+Blue) = 80+105+40=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #506928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506928 is #AF96D7. Grayscale: #5A5A5A. Windows color (decimal): -11507416 or 2648400. OLE color: 2648400.

HSL color Cylindrical-coordinate representation of color #506928: hue angle of 83.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506928 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 40 -
CMYK 0.24 0 0.62 0.59
HSL 83.08º 0.45% 0.28% -
HSV(B) 83.08º 0.62% 0.41% -
XYZ 8.74 11.96 3.86 -
YUV 90.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 80 105 40 0.24 0 0.62 0.59 83.08 0.45 0.28
Hex 50 69 28 18 0 3E 3B 53 2D 1C
Octal 120 151 50 30 0 76 73 123 55 34
Binary 1010000 1101001 101000 11000 0 111110 111011 1010011 101101 11100

Color Harmonies of #506928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506928

Black with #506928

Text Example


Text Example

White with #506928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506928; }

 p { color: rgb(80,105,40); }

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

background-color css

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

 a { background-color: rgb(80,105,40); }

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

border-color css

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

 span { border-color: rgb(80,105,40); }

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