Html Css Color HEX #3A953B Fruit Salad

📋 copy color: '#3A953B'

red 58 ◦ green 149 ◦ blue 59

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

Shades of Fruit Salad #3A953B

Tints of Fruit Salad #3A953B

RGB

 RED value IS 58 (23.05% from 255) = 21.8%

 GREEN value IS 149 (58.59% from 255) = 56.02%

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 21.8%
G = 56.02%
B = 22.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#3A953B (or 0x3A953B) is known color: Fruit Salad. HEX triplet: 3A, 95 and 3B. RGB value is (58,149,59). Sum of RGB (Red+Green+Blue) = 58+149+59=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #3A953B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A953B is #C56AC4. Grayscale: #6F6F6F. Windows color (decimal): -12937925 or 3904826. OLE color: 3904826.

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

Color convert

RGB 58 149 59 -
CMYK 0.61 0 0.60 0.42
HSL 120.66º 0.44% 0.41% -
HSV(B) 120.66º 0.61% 0.58% -
XYZ 13.28 22.71 7.82 -
YUV 111.53 98.35 89.82 -
System Red Green Blue C M Y K H S L
Decimal 58 149 59 0.61 0 0.60 0.42 120.66 0.44 0.41
Hex 3A 95 3B 3D 0 3C 2A 79 2C 29
Octal 72 225 73 75 0 74 52 171 54 51
Binary 111010 10010101 111011 111101 0 111100 101010 1111001 101100 101001

Color Harmonies of #3A953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A953B

Black with #3A953B

Text Example


Text Example

White with #3A953B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,149,59); }

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

background-color css

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

 a { background-color: rgb(58,149,59); }

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

border-color css

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

 span { border-color: rgb(58,149,59); }

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