Html Css Color HEX #507526 Green Leaf

📋 copy color: '#507526'

red 80 ◦ green 117 ◦ blue 38

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

Shades of Green Leaf #507526

Tints of Green Leaf #507526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 34.04%
G = 49.79%
B = 16.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#507526 (or 0x507526) is known color: Green Leaf. HEX triplet: 50, 75 and 26. RGB value is (80,117,38). Sum of RGB (Red+Green+Blue) = 80+117+38=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #507526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507526 is #AF8AD9. Grayscale: #616161. Windows color (decimal): -11504346 or 2520400. OLE color: 2520400.

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

Color convert

RGB 80 117 38 -
CMYK 0.32 0 0.68 0.54
HSL 88.1º 0.51% 0.3% -
HSV(B) 88.1º 0.68% 0.46% -
XYZ 10.02 14.57 4.12 -
YUV 96.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 80 117 38 0.32 0 0.68 0.54 88.1 0.51 0.3
Hex 50 75 26 20 0 44 36 58 33 1E
Octal 120 165 46 40 0 104 66 130 63 36
Binary 1010000 1110101 100110 100000 0 1000100 110110 1011000 110011 11110

Color Harmonies of #507526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507526

Black with #507526

Text Example


Text Example

White with #507526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507526; }

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

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

background-color css

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

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

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

border-color css

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

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

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