Html Css Color HEX #3FA448 Fruit Salad

📋 copy color: '#3FA448'

red 63 ◦ green 164 ◦ blue 72

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

Shades of Fruit Salad #3FA448

Tints of Fruit Salad #3FA448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.85%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 21.07%
G = 54.85%
B = 24.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#3FA448 (or 0x3FA448) is known color: Fruit Salad. HEX triplet: 3F, A4 and 48. RGB value is (63,164,72). Sum of RGB (Red+Green+Blue) = 63+164+72=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA448 is #C05BB7. Grayscale: #7B7B7B. Windows color (decimal): -12606392 or 4760639. OLE color: 4760639.

HSL color Cylindrical-coordinate representation of color #3FA448: hue angle of 125.35º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA448 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 164 72 -
CMYK 0.62 0 0.56 0.36
HSL 125.35º 0.44% 0.45% -
HSV(B) 125.35º 0.62% 0.64% -
XYZ 16.5 28.08 10.68 -
YUV 123.31 99.04 84.98 -
System Red Green Blue C M Y K H S L
Decimal 63 164 72 0.62 0 0.56 0.36 125.35 0.44 0.45
Hex 3F A4 48 3E 0 38 24 7D 2C 2D
Octal 77 244 110 76 0 70 44 175 54 55
Binary 111111 10100100 1001000 111110 0 111000 100100 1111101 101100 101101

Color Harmonies of #3FA448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA448

Black with #3FA448

Text Example


Text Example

White with #3FA448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,164,72); }

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

background-color css

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

 a { background-color: rgb(63,164,72); }

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

border-color css

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

 span { border-color: rgb(63,164,72); }

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