Html Css Color HEX #507825 Green Leaf

📋 copy color: '#507825'

red 80 ◦ green 120 ◦ blue 37

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

Shades of Green Leaf #507825

Tints of Green Leaf #507825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.63%

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

R = 33.76%
G = 50.63%
B = 15.61%

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

#507825 (or 0x507825) is known color: Green Leaf. HEX triplet: 50, 78 and 25. RGB value is (80,120,37). Sum of RGB (Red+Green+Blue) = 80+120+37=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #507825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507825 is #AF87DA. Grayscale: #626262. Windows color (decimal): -11503579 or 2455632. OLE color: 2455632.

HSL color Cylindrical-coordinate representation of color #507825: hue angle of 88.92º 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 #507825 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 37 -
CMYK 0.33 0 0.69 0.53
HSL 88.92º 0.53% 0.31% -
HSV(B) 88.92º 0.69% 0.47% -
XYZ 10.36 15.27 4.15 -
YUV 98.58 93.25 114.75 -
System Red Green Blue C M Y K H S L
Decimal 80 120 37 0.33 0 0.69 0.53 88.92 0.53 0.31
Hex 50 78 25 21 0 45 35 59 35 1F
Octal 120 170 45 41 0 105 65 131 65 37
Binary 1010000 1111000 100101 100001 0 1000101 110101 1011001 110101 11111

Color Harmonies of #507825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507825

Black with #507825

Text Example


Text Example

White with #507825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507825; }

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

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

background-color css

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

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

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

border-color css

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

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

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