Html Css Color HEX #3F9641 Fruit Salad

📋 copy color: '#3F9641'

red 63 ◦ green 150 ◦ blue 65

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

Shades of Fruit Salad #3F9641

Tints of Fruit Salad #3F9641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.96%

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

R = 22.66%
G = 53.96%
B = 23.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#3F9641 (or 0x3F9641) is known color: Fruit Salad. HEX triplet: 3F, 96 and 41. RGB value is (63,150,65). Sum of RGB (Red+Green+Blue) = 63+150+65=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9641 is #C069BE. Grayscale: #727272. Windows color (decimal): -12609983 or 4298303. OLE color: 4298303.

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

Color convert

RGB 63 150 65 -
CMYK 0.58 0 0.57 0.41
HSL 121.38º 0.41% 0.42% -
HSV(B) 121.38º 0.58% 0.59% -
XYZ 13.91 23.25 8.76 -
YUV 114.3 100.18 91.41 -
System Red Green Blue C M Y K H S L
Decimal 63 150 65 0.58 0 0.57 0.41 121.38 0.41 0.42
Hex 3F 96 41 3A 0 39 29 79 29 2A
Octal 77 226 101 72 0 71 51 171 51 52
Binary 111111 10010110 1000001 111010 0 111001 101001 1111001 101001 101010

Color Harmonies of #3F9641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9641

Black with #3F9641

Text Example


Text Example

White with #3F9641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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