Html Css Color HEX #3A953D Fruit Salad

📋 copy color: '#3A953D'

red 58 ◦ green 149 ◦ blue 61

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

Shades of Fruit Salad #3A953D

Tints of Fruit Salad #3A953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 21.64%
G = 55.6%
B = 22.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#3A953D (or 0x3A953D) is known color: Fruit Salad. HEX triplet: 3A, 95 and 3D. RGB value is (58,149,61). Sum of RGB (Red+Green+Blue) = 58+149+61=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #3A953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A953D is #C56AC2. Grayscale: #707070. Windows color (decimal): -12937923 or 4035898. OLE color: 4035898.

HSL color Cylindrical-coordinate representation of color #3A953D: hue angle of 121.98º 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 #3A953D is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 149 61 -
CMYK 0.61 0 0.59 0.42
HSL 121.98º 0.44% 0.41% -
HSV(B) 121.98º 0.61% 0.58% -
XYZ 13.33 22.73 8.1 -
YUV 111.76 99.35 89.66 -
System Red Green Blue C M Y K H S L
Decimal 58 149 61 0.61 0 0.59 0.42 121.98 0.44 0.41
Hex 3A 95 3D 3D 0 3B 2A 7A 2C 29
Octal 72 225 75 75 0 73 52 172 54 51
Binary 111010 10010101 111101 111101 0 111011 101010 1111010 101100 101001

Color Harmonies of #3A953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A953D

Black with #3A953D

Text Example


Text Example

White with #3A953D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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