Html Css Color HEX #507726 Green Leaf

📋 copy color: '#507726'

red 80 ◦ green 119 ◦ blue 38

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

Shades of Green Leaf #507726

Tints of Green Leaf #507726

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

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

R = 33.76%
G = 50.21%
B = 16.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#507726 (or 0x507726) is known color: Green Leaf. HEX triplet: 50, 77 and 26. RGB value is (80,119,38). Sum of RGB (Red+Green+Blue) = 80+119+38=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #507726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507726 is #AF88D9. Grayscale: #626262. Windows color (decimal): -11503834 or 2520912. OLE color: 2520912.

HSL color Cylindrical-coordinate representation of color #507726: hue angle of 88.89º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507726 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 38 -
CMYK 0.33 0 0.68 0.53
HSL 88.89º 0.52% 0.31% -
HSV(B) 88.89º 0.68% 0.47% -
XYZ 10.25 15.04 4.2 -
YUV 98.11 94.08 115.09 -
System Red Green Blue C M Y K H S L
Decimal 80 119 38 0.33 0 0.68 0.53 88.89 0.52 0.31
Hex 50 77 26 21 0 44 35 59 34 1F
Octal 120 167 46 41 0 104 65 131 64 37
Binary 1010000 1110111 100110 100001 0 1000100 110101 1011001 110100 11111

Color Harmonies of #507726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507726

Black with #507726

Text Example


Text Example

White with #507726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507726; }

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

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

background-color css

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

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

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

border-color css

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

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

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