Html Css Color HEX #3DA54D Fruit Salad

📋 copy color: '#3DA54D'

red 61 ◦ green 165 ◦ blue 77

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

Shades of Fruit Salad #3DA54D

Tints of Fruit Salad #3DA54D

RGB

 RED value IS 61 (24.22% from 255) = 20.13%

 GREEN value IS 165 (64.84% from 255) = 54.46%

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 20.13%
G = 54.46%
B = 25.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#3DA54D (or 0x3DA54D) is known color: Fruit Salad. HEX triplet: 3D, A5 and 4D. RGB value is (61,165,77). Sum of RGB (Red+Green+Blue) = 61+165+77=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA54D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA54D is #C25AB2. Grayscale: #7C7C7C. Windows color (decimal): -12737203 or 5088573. OLE color: 5088573.

HSL color Cylindrical-coordinate representation of color #3DA54D: hue angle of 129.23º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA54D is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 165 77 -
CMYK 0.63 0 0.53 0.35
HSL 129.23º 0.46% 0.44% -
HSV(B) 129.23º 0.63% 0.65% -
XYZ 16.72 28.44 11.63 -
YUV 123.87 101.54 83.16 -
System Red Green Blue C M Y K H S L
Decimal 61 165 77 0.63 0 0.53 0.35 129.23 0.46 0.44
Hex 3D A5 4D 3F 0 35 23 81 2E 2C
Octal 75 245 115 77 0 65 43 201 56 54
Binary 111101 10100101 1001101 111111 0 110101 100011 10000001 101110 101100

Color Harmonies of #3DA54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA54D

Black with #3DA54D

Text Example


Text Example

White with #3DA54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DA54D; }

 p { color: rgb(61,165,77); }

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

background-color css

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

 a { background-color: rgb(61,165,77); }

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

border-color css

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

 span { border-color: rgb(61,165,77); }

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