Html Css Color HEX #507529 Green Leaf

📋 copy color: '#507529'

red 80 ◦ green 117 ◦ blue 41

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

Shades of Green Leaf #507529

Tints of Green Leaf #507529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.23%

R = 33.61%
G = 49.16%
B = 17.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#507529 (or 0x507529) is known color: Green Leaf. HEX triplet: 50, 75 and 29. RGB value is (80,117,41). Sum of RGB (Red+Green+Blue) = 80+117+41=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #507529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507529 is #AF8AD6. Grayscale: #616161. Windows color (decimal): -11504343 or 2717008. OLE color: 2717008.

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

Color convert

RGB 80 117 41 -
CMYK 0.32 0 0.65 0.54
HSL 89.21º 0.48% 0.31% -
HSV(B) 89.21º 0.65% 0.46% -
XYZ 10.07 14.59 4.38 -
YUV 97.27 96.24 115.68 -
System Red Green Blue C M Y K H S L
Decimal 80 117 41 0.32 0 0.65 0.54 89.21 0.48 0.31
Hex 50 75 29 20 0 41 36 59 30 1F
Octal 120 165 51 40 0 101 66 131 60 37
Binary 1010000 1110101 101001 100000 0 1000001 110110 1011001 110000 11111

Color Harmonies of #507529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507529

Black with #507529

Text Example


Text Example

White with #507529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507529; }

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

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

background-color css

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

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

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

border-color css

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

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

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