Html Css Color HEX #507524 Green Leaf

📋 copy color: '#507524'

red 80 ◦ green 117 ◦ blue 36

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

Shades of Green Leaf #507524

Tints of Green Leaf #507524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.21%

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

R = 34.33%
G = 50.21%
B = 15.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#507524 (or 0x507524) is known color: Green Leaf. HEX triplet: 50, 75 and 24. RGB value is (80,117,36). Sum of RGB (Red+Green+Blue) = 80+117+36=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #507524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507524 is #AF8ADB. Grayscale: #606060. Windows color (decimal): -11504348 or 2389328. OLE color: 2389328.

HSL color Cylindrical-coordinate representation of color #507524: hue angle of 87.41º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507524 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 36 -
CMYK 0.32 0 0.69 0.54
HSL 87.41º 0.53% 0.3% -
HSV(B) 87.41º 0.69% 0.46% -
XYZ 9.99 14.56 3.95 -
YUV 96.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 80 117 36 0.32 0 0.69 0.54 87.41 0.53 0.3
Hex 50 75 24 20 0 45 36 57 35 1E
Octal 120 165 44 40 0 105 66 127 65 36
Binary 1010000 1110101 100100 100000 0 1000101 110110 1010111 110101 11110

Color Harmonies of #507524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507524

Black with #507524

Text Example


Text Example

White with #507524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507524; }

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

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

background-color css

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

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

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

border-color css

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

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

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