Html Css Color HEX #3F9B4B Fruit Salad

📋 copy color: '#3F9B4B'

red 63 ◦ green 155 ◦ blue 75

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

Shades of Fruit Salad #3F9B4B

Tints of Fruit Salad #3F9B4B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.9%

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 21.5%
G = 52.9%
B = 25.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#3F9B4B (or 0x3F9B4B) is known color: Fruit Salad. HEX triplet: 3F, 9B and 4B. RGB value is (63,155,75). Sum of RGB (Red+Green+Blue) = 63+155+75=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #3F9B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9B4B is #C064B4. Grayscale: #767676. Windows color (decimal): -12608693 or 4954943. OLE color: 4954943.

HSL color Cylindrical-coordinate representation of color #3F9B4B: hue angle of 127.83º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9B4B is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 155 75 -
CMYK 0.59 0 0.52 0.39
HSL 127.83º 0.42% 0.43% -
HSV(B) 127.83º 0.59% 0.61% -
XYZ 15.04 25.01 10.69 -
YUV 118.37 103.52 88.5 -
System Red Green Blue C M Y K H S L
Decimal 63 155 75 0.59 0 0.52 0.39 127.83 0.42 0.43
Hex 3F 9B 4B 3B 0 34 27 80 2A 2B
Octal 77 233 113 73 0 64 47 200 52 53
Binary 111111 10011011 1001011 111011 0 110100 100111 10000000 101010 101011

Color Harmonies of #3F9B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9B4B

Black with #3F9B4B

Text Example


Text Example

White with #3F9B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,155,75); }

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

background-color css

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

 a { background-color: rgb(63,155,75); }

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

border-color css

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

 span { border-color: rgb(63,155,75); }

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