Html Css Color HEX #507728 Green Leaf

📋 copy color: '#507728'

red 80 ◦ green 119 ◦ blue 40

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

Shades of Green Leaf #507728

Tints of Green Leaf #507728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.79%

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

R = 33.47%
G = 49.79%
B = 16.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#507728 (or 0x507728) is known color: Green Leaf. HEX triplet: 50, 77 and 28. RGB value is (80,119,40). Sum of RGB (Red+Green+Blue) = 80+119+40=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #507728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507728 is #AF88D7. Grayscale: #626262. Windows color (decimal): -11503832 or 2651984. OLE color: 2651984.

HSL color Cylindrical-coordinate representation of color #507728: hue angle of 89.62º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507728 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 40 -
CMYK 0.33 0 0.66 0.53
HSL 89.62º 0.5% 0.31% -
HSV(B) 89.62º 0.66% 0.47% -
XYZ 10.29 15.05 4.37 -
YUV 98.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 80 119 40 0.33 0 0.66 0.53 89.62 0.5 0.31
Hex 50 77 28 21 0 42 35 5A 32 1F
Octal 120 167 50 41 0 102 65 132 62 37
Binary 1010000 1110111 101000 100001 0 1000010 110101 1011010 110010 11111

Color Harmonies of #507728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507728

Black with #507728

Text Example


Text Example

White with #507728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507728; }

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

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

background-color css

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

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

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

border-color css

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

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

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