Html Css Color HEX #3F9546 Fruit Salad

📋 copy color: '#3F9546'

red 63 ◦ green 149 ◦ blue 70

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

Shades of Fruit Salad #3F9546

Tints of Fruit Salad #3F9546

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.84%

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 22.34%
G = 52.84%
B = 24.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#3F9546 (or 0x3F9546) is known color: Fruit Salad. HEX triplet: 3F, 95 and 46. RGB value is (63,149,70). Sum of RGB (Red+Green+Blue) = 63+149+70=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9546 is #C06AB9. Grayscale: #727272. Windows color (decimal): -12610234 or 4625727. OLE color: 4625727.

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

Color convert

RGB 63 149 70 -
CMYK 0.58 0 0.53 0.42
HSL 124.88º 0.41% 0.42% -
HSV(B) 124.88º 0.58% 0.58% -
XYZ 13.9 22.99 9.5 -
YUV 114.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 63 149 70 0.58 0 0.53 0.42 124.88 0.41 0.42
Hex 3F 95 46 3A 0 35 2A 7D 29 2A
Octal 77 225 106 72 0 65 52 175 51 52
Binary 111111 10010101 1000110 111010 0 110101 101010 1111101 101001 101010

Color Harmonies of #3F9546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9546

Black with #3F9546

Text Example


Text Example

White with #3F9546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,149,70); }

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

background-color css

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

 a { background-color: rgb(63,149,70); }

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

border-color css

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

 span { border-color: rgb(63,149,70); }

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