Html Css Color HEX #3DAF4D Fruit Salad

📋 copy color: '#3DAF4D'

red 61 ◦ green 175 ◦ blue 77

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

Shades of Fruit Salad #3DAF4D

Tints of Fruit Salad #3DAF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.91%

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

R = 19.49%
G = 55.91%
B = 24.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#3DAF4D (or 0x3DAF4D) is known color: Fruit Salad. HEX triplet: 3D, AF and 4D. RGB value is (61,175,77). Sum of RGB (Red+Green+Blue) = 61+175+77=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAF4D is #C250B2. Grayscale: #828282. Windows color (decimal): -12734643 or 5091133. OLE color: 5091133.

HSL color Cylindrical-coordinate representation of color #3DAF4D: hue angle of 128.42º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAF4D is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 175 77 -
CMYK 0.65 0 0.56 0.31
HSL 128.42º 0.48% 0.46% -
HSV(B) 128.42º 0.65% 0.69% -
XYZ 18.59 32.19 12.25 -
YUV 129.74 98.23 78.97 -
System Red Green Blue C M Y K H S L
Decimal 61 175 77 0.65 0 0.56 0.31 128.42 0.48 0.46
Hex 3D AF 4D 41 0 38 1F 80 30 2E
Octal 75 257 115 101 0 70 37 200 60 56
Binary 111101 10101111 1001101 1000001 0 111000 11111 10000000 110000 101110

Color Harmonies of #3DAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAF4D

Black with #3DAF4D

Text Example


Text Example

White with #3DAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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