Html Css Color HEX #3D9446 Fruit Salad

📋 copy color: '#3D9446'

red 61 ◦ green 148 ◦ blue 70

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

Shades of Fruit Salad #3D9446

Tints of Fruit Salad #3D9446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.05%

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

R = 21.86%
G = 53.05%
B = 25.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#3D9446 (or 0x3D9446) is known color: Fruit Salad. HEX triplet: 3D, 94 and 46. RGB value is (61,148,70). Sum of RGB (Red+Green+Blue) = 61+148+70=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #3D9446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9446 is #C26BB9. Grayscale: #717171. Windows color (decimal): -12741562 or 4625469. OLE color: 4625469.

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

Color convert

RGB 61 148 70 -
CMYK 0.59 0 0.53 0.42
HSL 126.21º 0.42% 0.41% -
HSV(B) 126.21º 0.59% 0.58% -
XYZ 13.62 22.61 9.44 -
YUV 113.1 103.68 90.84 -
System Red Green Blue C M Y K H S L
Decimal 61 148 70 0.59 0 0.53 0.42 126.21 0.42 0.41
Hex 3D 94 46 3B 0 35 2A 7E 2A 29
Octal 75 224 106 73 0 65 52 176 52 51
Binary 111101 10010100 1000110 111011 0 110101 101010 1111110 101010 101001

Color Harmonies of #3D9446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9446

Black with #3D9446

Text Example


Text Example

White with #3D9446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,148,70); }

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

background-color css

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

 a { background-color: rgb(61,148,70); }

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

border-color css

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

 span { border-color: rgb(61,148,70); }

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