Html Css Color HEX #507D2D Green Leaf

📋 copy color: '#507D2D'

red 80 ◦ green 125 ◦ blue 45

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

Shades of Green Leaf #507D2D

Tints of Green Leaf #507D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50%

 BLUE value IS 45 (17.97% from 255) = 18%

R = 32%
G = 50%
B = 18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#507D2D (or 0x507D2D) is known color: Green Leaf. HEX triplet: 50, 7D and 2D. RGB value is (80,125,45). Sum of RGB (Red+Green+Blue) = 80+125+45=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #507D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507D2D is #AF82D2. Grayscale: #666666. Windows color (decimal): -11502291 or 2981200. OLE color: 2981200.

HSL color Cylindrical-coordinate representation of color #507D2D: hue angle of 93.75º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #507D2D is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 125 45 -
CMYK 0.36 0 0.64 0.51
HSL 93.75º 0.47% 0.33% -
HSV(B) 93.75º 0.64% 0.49% -
XYZ 11.12 16.56 5.09 -
YUV 102.43 95.59 112 -
System Red Green Blue C M Y K H S L
Decimal 80 125 45 0.36 0 0.64 0.51 93.75 0.47 0.33
Hex 50 7D 2D 24 0 40 33 5E 2F 21
Octal 120 175 55 44 0 100 63 136 57 41
Binary 1010000 1111101 101101 100100 0 1000000 110011 1011110 101111 100001

Color Harmonies of #507D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507D2D

Black with #507D2D

Text Example


Text Example

White with #507D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507D2D; }

 p { color: rgb(80,125,45); }

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

background-color css

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

 a { background-color: rgb(80,125,45); }

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

border-color css

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

 span { border-color: rgb(80,125,45); }

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