Html Css Color HEX #507028 Green Leaf

📋 copy color: '#507028'

red 80 ◦ green 112 ◦ blue 40

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

Shades of Green Leaf #507028

Tints of Green Leaf #507028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

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

R = 34.48%
G = 48.28%
B = 17.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#507028 (or 0x507028) is known color: Green Leaf. HEX triplet: 50, 70 and 28. RGB value is (80,112,40). Sum of RGB (Red+Green+Blue) = 80+112+40=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #507028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507028 is #AF8FD7. Grayscale: #5E5E5E. Windows color (decimal): -11505624 or 2650192. OLE color: 2650192.

HSL color Cylindrical-coordinate representation of color #507028: hue angle of 86.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #507028 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 40 -
CMYK 0.29 0 0.64 0.56
HSL 86.67º 0.47% 0.3% -
HSV(B) 86.67º 0.64% 0.44% -
XYZ 9.49 13.45 4.1 -
YUV 94.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 80 112 40 0.29 0 0.64 0.56 86.67 0.47 0.3
Hex 50 70 28 1D 0 40 38 57 2F 1E
Octal 120 160 50 35 0 100 70 127 57 36
Binary 1010000 1110000 101000 11101 0 1000000 111000 1010111 101111 11110

Color Harmonies of #507028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507028

Black with #507028

Text Example


Text Example

White with #507028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507028; }

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

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

background-color css

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

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

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

border-color css

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

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

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