Html Css Color HEX #3F9141 Fruit Salad

📋 copy color: '#3F9141'

red 63 ◦ green 145 ◦ blue 65

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

Shades of Fruit Salad #3F9141

Tints of Fruit Salad #3F9141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.11%

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

R = 23.08%
G = 53.11%
B = 23.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#3F9141 (or 0x3F9141) is known color: Fruit Salad. HEX triplet: 3F, 91 and 41. RGB value is (63,145,65). Sum of RGB (Red+Green+Blue) = 63+145+65=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9141 is #C06EBE. Grayscale: #6F6F6F. Windows color (decimal): -12611263 or 4297023. OLE color: 4297023.

HSL color Cylindrical-coordinate representation of color #3F9141: hue angle of 121.46º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9141 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 145 65 -
CMYK 0.57 0 0.55 0.43
HSL 121.46º 0.39% 0.41% -
HSV(B) 121.46º 0.57% 0.57% -
XYZ 13.13 21.69 8.5 -
YUV 111.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 63 145 65 0.57 0 0.55 0.43 121.46 0.39 0.41
Hex 3F 91 41 39 0 37 2B 79 27 29
Octal 77 221 101 71 0 67 53 171 47 51
Binary 111111 10010001 1000001 111001 0 110111 101011 1111001 100111 101001

Color Harmonies of #3F9141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9141

Black with #3F9141

Text Example


Text Example

White with #3F9141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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