Html Css Color HEX #3FAA4A Fruit Salad

📋 copy color: '#3FAA4A'

red 63 ◦ green 170 ◦ blue 74

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

Shades of Fruit Salad #3FAA4A

Tints of Fruit Salad #3FAA4A

RGB

 RED value IS 63 (25% from 255) = 20.52%

 GREEN value IS 170 (66.8% from 255) = 55.37%

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 20.52%
G = 55.37%
B = 24.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#3FAA4A (or 0x3FAA4A) is known color: Fruit Salad. HEX triplet: 3F, AA and 4A. RGB value is (63,170,74). Sum of RGB (Red+Green+Blue) = 63+170+74=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAA4A is #C055B5. Grayscale: #7F7F7F. Windows color (decimal): -12604854 or 4893247. OLE color: 4893247.

HSL color Cylindrical-coordinate representation of color #3FAA4A: hue angle of 126.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAA4A is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 170 74 -
CMYK 0.63 0 0.56 0.33
HSL 126.17º 0.46% 0.46% -
HSV(B) 126.17º 0.63% 0.67% -
XYZ 17.66 30.3 11.4 -
YUV 127.06 98.05 82.31 -
System Red Green Blue C M Y K H S L
Decimal 63 170 74 0.63 0 0.56 0.33 126.17 0.46 0.46
Hex 3F AA 4A 3F 0 38 21 7E 2E 2E
Octal 77 252 112 77 0 70 41 176 56 56
Binary 111111 10101010 1001010 111111 0 111000 100001 1111110 101110 101110

Color Harmonies of #3FAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA4A

Black with #3FAA4A

Text Example


Text Example

White with #3FAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,170,74); }

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

background-color css

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

 a { background-color: rgb(63,170,74); }

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

border-color css

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

 span { border-color: rgb(63,170,74); }

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