Html Css Color HEX #3F9F48 Fruit Salad

📋 copy color: '#3F9F48'

red 63 ◦ green 159 ◦ blue 72

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

Shades of Fruit Salad #3F9F48

Tints of Fruit Salad #3F9F48

RGB

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

 GREEN value IS 159 (62.5% from 255) = 54.08%

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

R = 21.43%
G = 54.08%
B = 24.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#3F9F48 (or 0x3F9F48) is known color: Fruit Salad. HEX triplet: 3F, 9F and 48. RGB value is (63,159,72). Sum of RGB (Red+Green+Blue) = 63+159+72=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9F48 is #C060B7. Grayscale: #787878. Windows color (decimal): -12607672 or 4759359. OLE color: 4759359.

HSL color Cylindrical-coordinate representation of color #3F9F48: hue angle of 125.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F48 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 159 72 -
CMYK 0.60 0 0.55 0.38
HSL 125.63º 0.43% 0.44% -
HSV(B) 125.63º 0.6% 0.62% -
XYZ 15.62 26.32 10.39 -
YUV 120.38 100.7 87.07 -
System Red Green Blue C M Y K H S L
Decimal 63 159 72 0.60 0 0.55 0.38 125.63 0.43 0.44
Hex 3F 9F 48 3C 0 37 26 7E 2B 2C
Octal 77 237 110 74 0 67 46 176 53 54
Binary 111111 10011111 1001000 111100 0 110111 100110 1111110 101011 101100

Color Harmonies of #3F9F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9F48

Black with #3F9F48

Text Example


Text Example

White with #3F9F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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