Html Css Color HEX #519D3D Fruit Salad

📋 copy color: '#519D3D'

red 81 ◦ green 157 ◦ blue 61

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

Shades of Fruit Salad #519D3D

Tints of Fruit Salad #519D3D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.51%

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 27.09%
G = 52.51%
B = 20.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#519D3D (or 0x519D3D) is known color: Fruit Salad. HEX triplet: 51, 9D and 3D. RGB value is (81,157,61). Sum of RGB (Red+Green+Blue) = 81+157+61=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #519D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D3D is #AE62C2. Grayscale: #7B7B7B. Windows color (decimal): -11428547 or 4037969. OLE color: 4037969.

HSL color Cylindrical-coordinate representation of color #519D3D: hue angle of 107.5º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #519D3D is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 157 61 -
CMYK 0.48 0 0.61 0.38
HSL 107.5º 0.44% 0.43% -
HSV(B) 107.5º 0.61% 0.62% -
XYZ 16.29 26.2 8.61 -
YUV 123.33 92.82 97.81 -
System Red Green Blue C M Y K H S L
Decimal 81 157 61 0.48 0 0.61 0.38 107.5 0.44 0.43
Hex 51 9D 3D 30 0 3D 26 6C 2C 2B
Octal 121 235 75 60 0 75 46 154 54 53
Binary 1010001 10011101 111101 110000 0 111101 100110 1101100 101100 101011

Color Harmonies of #519D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D3D

Black with #519D3D

Text Example


Text Example

White with #519D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519D3D; }

 p { color: rgb(81,157,61); }

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

background-color css

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

 a { background-color: rgb(81,157,61); }

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

border-color css

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

 span { border-color: rgb(81,157,61); }

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