Html Css Color HEX #507024 Green Leaf

📋 copy color: '#507024'

red 80 ◦ green 112 ◦ blue 36

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

Shades of Green Leaf #507024

Tints of Green Leaf #507024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.79%

R = 35.09%
G = 49.12%
B = 15.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#507024 (or 0x507024) is known color: Green Leaf. HEX triplet: 50, 70 and 24. RGB value is (80,112,36). Sum of RGB (Red+Green+Blue) = 80+112+36=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #507024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507024 is #AF8FDB. Grayscale: #5E5E5E. Windows color (decimal): -11505628 or 2388048. OLE color: 2388048.

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

Color convert

RGB 80 112 36 -
CMYK 0.29 0 0.68 0.56
HSL 85.26º 0.51% 0.29% -
HSV(B) 85.26º 0.68% 0.44% -
XYZ 9.42 13.42 3.76 -
YUV 93.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 80 112 36 0.29 0 0.68 0.56 85.26 0.51 0.29
Hex 50 70 24 1D 0 44 38 55 33 1D
Octal 120 160 44 35 0 104 70 125 63 35
Binary 1010000 1110000 100100 11101 0 1000100 111000 1010101 110011 11101

Color Harmonies of #507024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507024

Black with #507024

Text Example


Text Example

White with #507024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507024; }

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

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

background-color css

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

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

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

border-color css

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

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

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