Html Css Color HEX #3A9544 Fruit Salad

📋 copy color: '#3A9544'

red 58 ◦ green 149 ◦ blue 68

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

Shades of Fruit Salad #3A9544

Tints of Fruit Salad #3A9544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.73%

R = 21.09%
G = 54.18%
B = 24.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#3A9544 (or 0x3A9544) is known color: Fruit Salad. HEX triplet: 3A, 95 and 44. RGB value is (58,149,68). Sum of RGB (Red+Green+Blue) = 58+149+68=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #3A9544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9544 is #C56ABB. Grayscale: #707070. Windows color (decimal): -12937916 or 4494650. OLE color: 4494650.

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

Color convert

RGB 58 149 68 -
CMYK 0.61 0 0.54 0.42
HSL 126.59º 0.44% 0.41% -
HSV(B) 126.59º 0.61% 0.58% -
XYZ 13.54 22.81 9.16 -
YUV 112.56 102.85 89.09 -
System Red Green Blue C M Y K H S L
Decimal 58 149 68 0.61 0 0.54 0.42 126.59 0.44 0.41
Hex 3A 95 44 3D 0 36 2A 7F 2C 29
Octal 72 225 104 75 0 66 52 177 54 51
Binary 111010 10010101 1000100 111101 0 110110 101010 1111111 101100 101001

Color Harmonies of #3A9544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9544

Black with #3A9544

Text Example


Text Example

White with #3A9544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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