Html Css Color HEX #3F9441 Fruit Salad

📋 copy color: '#3F9441'

red 63 ◦ green 148 ◦ blue 65

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

Shades of Fruit Salad #3F9441

Tints of Fruit Salad #3F9441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 22.83%
G = 53.62%
B = 23.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#3F9441 (or 0x3F9441) is known color: Fruit Salad. HEX triplet: 3F, 94 and 41. RGB value is (63,148,65). Sum of RGB (Red+Green+Blue) = 63+148+65=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9441 is #C06BBE. Grayscale: #717171. Windows color (decimal): -12610495 or 4297791. OLE color: 4297791.

HSL color Cylindrical-coordinate representation of color #3F9441: hue angle of 121.41º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9441 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 148 65 -
CMYK 0.57 0 0.56 0.42
HSL 121.41º 0.4% 0.41% -
HSV(B) 121.41º 0.57% 0.58% -
XYZ 13.59 22.62 8.65 -
YUV 113.12 100.84 92.25 -
System Red Green Blue C M Y K H S L
Decimal 63 148 65 0.57 0 0.56 0.42 121.41 0.4 0.41
Hex 3F 94 41 39 0 38 2A 79 28 29
Octal 77 224 101 71 0 70 52 171 50 51
Binary 111111 10010100 1000001 111001 0 111000 101010 1111001 101000 101001

Color Harmonies of #3F9441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9441

Black with #3F9441

Text Example


Text Example

White with #3F9441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,148,65); }

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

background-color css

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

 a { background-color: rgb(63,148,65); }

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

border-color css

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

 span { border-color: rgb(63,148,65); }

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