Html Css Color HEX #507428 Green Leaf

📋 copy color: '#507428'

red 80 ◦ green 116 ◦ blue 40

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

Shades of Green Leaf #507428

Tints of Green Leaf #507428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

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

R = 33.9%
G = 49.15%
B = 16.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#507428 (or 0x507428) is known color: Green Leaf. HEX triplet: 50, 74 and 28. RGB value is (80,116,40). Sum of RGB (Red+Green+Blue) = 80+116+40=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #507428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507428 is #AF8BD7. Grayscale: #606060. Windows color (decimal): -11504600 or 2651216. OLE color: 2651216.

HSL color Cylindrical-coordinate representation of color #507428: hue angle of 88.42º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507428 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 40 -
CMYK 0.31 0 0.66 0.55
HSL 88.42º 0.49% 0.31% -
HSV(B) 88.42º 0.66% 0.45% -
XYZ 9.94 14.35 4.25 -
YUV 96.57 96.07 116.18 -
System Red Green Blue C M Y K H S L
Decimal 80 116 40 0.31 0 0.66 0.55 88.42 0.49 0.31
Hex 50 74 28 1F 0 42 37 58 31 1F
Octal 120 164 50 37 0 102 67 130 61 37
Binary 1010000 1110100 101000 11111 0 1000010 110111 1011000 110001 11111

Color Harmonies of #507428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507428

Black with #507428

Text Example


Text Example

White with #507428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507428; }

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

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

background-color css

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

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

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

border-color css

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

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

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