Html Css Color HEX #3FAF4A Fruit Salad

📋 copy color: '#3FAF4A'

red 63 ◦ green 175 ◦ blue 74

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

Shades of Fruit Salad #3FAF4A

Tints of Fruit Salad #3FAF4A

RGB

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

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

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

R = 20.19%
G = 56.09%
B = 23.72%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#3FAF4A (or 0x3FAF4A) is known color: Fruit Salad. HEX triplet: 3F, AF and 4A. RGB value is (63,175,74). Sum of RGB (Red+Green+Blue) = 63+175+74=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAF4A is #C050B5. Grayscale: #828282. Windows color (decimal): -12603574 or 4894527. OLE color: 4894527.

HSL color Cylindrical-coordinate representation of color #3FAF4A: hue angle of 125.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF4A is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 74 -
CMYK 0.64 0 0.58 0.31
HSL 125.89º 0.47% 0.47% -
HSV(B) 125.89º 0.64% 0.69% -
XYZ 18.62 32.21 11.71 -
YUV 130 96.39 80.21 -
System Red Green Blue C M Y K H S L
Decimal 63 175 74 0.64 0 0.58 0.31 125.89 0.47 0.47
Hex 3F AF 4A 40 0 3A 1F 7E 2F 2F
Octal 77 257 112 100 0 72 37 176 57 57
Binary 111111 10101111 1001010 1000000 0 111010 11111 1111110 101111 101111

Color Harmonies of #3FAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF4A

Black with #3FAF4A

Text Example


Text Example

White with #3FAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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