Html Css Color HEX #3FAF48 Fruit Salad

📋 copy color: '#3FAF48'

red 63 ◦ green 175 ◦ blue 72

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

Shades of Fruit Salad #3FAF48

Tints of Fruit Salad #3FAF48

RGB

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

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

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

R = 20.32%
G = 56.45%
B = 23.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#3FAF48 (or 0x3FAF48) is known color: Fruit Salad. HEX triplet: 3F, AF and 48. RGB value is (63,175,72). Sum of RGB (Red+Green+Blue) = 63+175+72=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAF48 is #C050B7. Grayscale: #828282. Windows color (decimal): -12603576 or 4763455. OLE color: 4763455.

HSL color Cylindrical-coordinate representation of color #3FAF48: hue angle of 124.82º 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 #3FAF48 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 72 -
CMYK 0.64 0 0.59 0.31
HSL 124.82º 0.47% 0.47% -
HSV(B) 124.82º 0.64% 0.69% -
XYZ 18.55 32.18 11.37 -
YUV 129.77 95.39 80.38 -
System Red Green Blue C M Y K H S L
Decimal 63 175 72 0.64 0 0.59 0.31 124.82 0.47 0.47
Hex 3F AF 48 40 0 3B 1F 7D 2F 2F
Octal 77 257 110 100 0 73 37 175 57 57
Binary 111111 10101111 1001000 1000000 0 111011 11111 1111101 101111 101111

Color Harmonies of #3FAF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF48

Black with #3FAF48

Text Example


Text Example

White with #3FAF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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