Html Css Color HEX #517530 Green Leaf

📋 copy color: '#517530'

red 81 ◦ green 117 ◦ blue 48

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

Shades of Green Leaf #517530

Tints of Green Leaf #517530

RGB

 RED value IS 81 (32.03% from 255) = 32.93%

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

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 32.93%
G = 47.56%
B = 19.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#517530 (or 0x517530) is known color: Green Leaf. HEX triplet: 51, 75 and 30. RGB value is (81,117,48). Sum of RGB (Red+Green+Blue) = 81+117+48=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #517530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517530 is #AE8ACF. Grayscale: #626262. Windows color (decimal): -11438800 or 3175761. OLE color: 3175761.

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

Color convert

RGB 81 117 48 -
CMYK 0.31 0 0.59 0.54
HSL 91.3º 0.42% 0.32% -
HSV(B) 91.3º 0.59% 0.46% -
XYZ 10.29 14.69 5.09 -
YUV 98.37 99.57 115.61 -
System Red Green Blue C M Y K H S L
Decimal 81 117 48 0.31 0 0.59 0.54 91.3 0.42 0.32
Hex 51 75 30 1F 0 3B 36 5B 2A 20
Octal 121 165 60 37 0 73 66 133 52 40
Binary 1010001 1110101 110000 11111 0 111011 110110 1011011 101010 100000

Color Harmonies of #517530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517530

Black with #517530

Text Example


Text Example

White with #517530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517530; }

 p { color: rgb(81,117,48); }

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

background-color css

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

 a { background-color: rgb(81,117,48); }

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

border-color css

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

 span { border-color: rgb(81,117,48); }

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