Html Css Color HEX #3F9848 Fruit Salad

📋 copy color: '#3F9848'

red 63 ◦ green 152 ◦ blue 72

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

Shades of Fruit Salad #3F9848

Tints of Fruit Salad #3F9848

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.96%

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

R = 21.95%
G = 52.96%
B = 25.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#3F9848 (or 0x3F9848) is known color: Fruit Salad. HEX triplet: 3F, 98 and 48. RGB value is (63,152,72). Sum of RGB (Red+Green+Blue) = 63+152+72=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9848 is #C067B7. Grayscale: #747474. Windows color (decimal): -12609464 or 4757567. OLE color: 4757567.

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

Color convert

RGB 63 152 72 -
CMYK 0.59 0 0.53 0.40
HSL 126.07º 0.41% 0.42% -
HSV(B) 126.07º 0.59% 0.6% -
XYZ 14.45 23.98 10 -
YUV 116.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 63 152 72 0.59 0 0.53 0.40 126.07 0.41 0.42
Hex 3F 98 48 3B 0 35 28 7E 29 2A
Octal 77 230 110 73 0 65 50 176 51 52
Binary 111111 10011000 1001000 111011 0 110101 101000 1111110 101001 101010

Color Harmonies of #3F9848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9848

Black with #3F9848

Text Example


Text Example

White with #3F9848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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