Html Css Color HEX #3F8F48 Fruit Salad

📋 copy color: '#3F8F48'

red 63 ◦ green 143 ◦ blue 72

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

Shades of Fruit Salad #3F8F48

Tints of Fruit Salad #3F8F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.44%

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

R = 22.66%
G = 51.44%
B = 25.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#3F8F48 (or 0x3F8F48) is known color: Fruit Salad. HEX triplet: 3F, 8F and 48. RGB value is (63,143,72). Sum of RGB (Red+Green+Blue) = 63+143+72=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8F48 is #C070B7. Grayscale: #6F6F6F. Windows color (decimal): -12611768 or 4755263. OLE color: 4755263.

HSL color Cylindrical-coordinate representation of color #3F8F48: hue angle of 126.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8F48 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 143 72 -
CMYK 0.56 0 0.50 0.44
HSL 126.75º 0.39% 0.4% -
HSV(B) 126.75º 0.56% 0.56% -
XYZ 13.04 21.17 9.53 -
YUV 110.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 63 143 72 0.56 0 0.50 0.44 126.75 0.39 0.4
Hex 3F 8F 48 38 0 32 2C 7F 27 28
Octal 77 217 110 70 0 62 54 177 47 50
Binary 111111 10001111 1001000 111000 0 110010 101100 1111111 100111 101000

Color Harmonies of #3F8F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8F48

Black with #3F8F48

Text Example


Text Example

White with #3F8F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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