Html Css Color HEX #3D993F Fruit Salad

📋 copy color: '#3D993F'

red 61 ◦ green 153 ◦ blue 63

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

Shades of Fruit Salad #3D993F

Tints of Fruit Salad #3D993F

RGB

 RED value IS 61 (24.22% from 255) = 22.02%

 GREEN value IS 153 (60.16% from 255) = 55.23%

 BLUE value IS 63 (25% from 255) = 22.74%

R = 22.02%
G = 55.23%
B = 22.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#3D993F (or 0x3D993F) is known color: Fruit Salad. HEX triplet: 3D, 99 and 3F. RGB value is (61,153,63). Sum of RGB (Red+Green+Blue) = 61+153+63=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #3D993F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D993F is #C266C0. Grayscale: #737373. Windows color (decimal): -12740289 or 4167997. OLE color: 4167997.

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

Color convert

RGB 61 153 63 -
CMYK 0.60 0 0.59 0.4
HSL 121.3º 0.43% 0.42% -
HSV(B) 121.3º 0.6% 0.6% -
XYZ 14.21 24.13 8.61 -
YUV 115.23 98.52 89.32 -
System Red Green Blue C M Y K H S L
Decimal 61 153 63 0.60 0 0.59 0.4 121.3 0.43 0.42
Hex 3D 99 3F 3C 0 3B 28 79 2B 2A
Octal 75 231 77 74 0 73 50 171 53 52
Binary 111101 10011001 111111 111100 0 111011 101000 1111001 101011 101010

Color Harmonies of #3D993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D993F

Black with #3D993F

Text Example


Text Example

White with #3D993F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,153,63); }

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

background-color css

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

 a { background-color: rgb(61,153,63); }

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

border-color css

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

 span { border-color: rgb(61,153,63); }

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