Html Css Color HEX #507725 Green Leaf

📋 copy color: '#507725'

red 80 ◦ green 119 ◦ blue 37

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

Shades of Green Leaf #507725

Tints of Green Leaf #507725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 33.9%
G = 50.42%
B = 15.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#507725 (or 0x507725) is known color: Green Leaf. HEX triplet: 50, 77 and 25. RGB value is (80,119,37). Sum of RGB (Red+Green+Blue) = 80+119+37=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #507725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507725 is #AF88DA. Grayscale: #626262. Windows color (decimal): -11503835 or 2455376. OLE color: 2455376.

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

Color convert

RGB 80 119 37 -
CMYK 0.33 0 0.69 0.53
HSL 88.54º 0.53% 0.31% -
HSV(B) 88.54º 0.69% 0.47% -
XYZ 10.24 15.03 4.11 -
YUV 97.99 93.58 115.17 -
System Red Green Blue C M Y K H S L
Decimal 80 119 37 0.33 0 0.69 0.53 88.54 0.53 0.31
Hex 50 77 25 21 0 45 35 59 35 1F
Octal 120 167 45 41 0 105 65 131 65 37
Binary 1010000 1110111 100101 100001 0 1000101 110101 1011001 110101 11111

Color Harmonies of #507725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507725

Black with #507725

Text Example


Text Example

White with #507725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507725; }

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

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

background-color css

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

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

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

border-color css

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

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

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