Html Css Color HEX #507928 Green Leaf

📋 copy color: '#507928'

red 80 ◦ green 121 ◦ blue 40

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

Shades of Green Leaf #507928

Tints of Green Leaf #507928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.21%

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

R = 33.2%
G = 50.21%
B = 16.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#507928 (or 0x507928) is known color: Green Leaf. HEX triplet: 50, 79 and 28. RGB value is (80,121,40). Sum of RGB (Red+Green+Blue) = 80+121+40=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #507928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507928 is #AF86D7. Grayscale: #636363. Windows color (decimal): -11503320 or 2652496. OLE color: 2652496.

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

Color convert

RGB 80 121 40 -
CMYK 0.34 0 0.67 0.53
HSL 90.37º 0.5% 0.32% -
HSV(B) 90.37º 0.67% 0.47% -
XYZ 10.53 15.53 4.45 -
YUV 99.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 80 121 40 0.34 0 0.67 0.53 90.37 0.5 0.32
Hex 50 79 28 22 0 43 35 5A 32 20
Octal 120 171 50 42 0 103 65 132 62 40
Binary 1010000 1111001 101000 100010 0 1000011 110101 1011010 110010 100000

Color Harmonies of #507928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507928

Black with #507928

Text Example


Text Example

White with #507928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507928; }

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

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

background-color css

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

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

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

border-color css

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

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

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