Html Css Color HEX #3AAB40 Fruit Salad

📋 copy color: '#3AAB40'

red 58 ◦ green 171 ◦ blue 64

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

Shades of Fruit Salad #3AAB40

Tints of Fruit Salad #3AAB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 58.36%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 19.8%
G = 58.36%
B = 21.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#3AAB40 (or 0x3AAB40) is known color: Fruit Salad. HEX triplet: 3A, AB and 40. RGB value is (58,171,64). Sum of RGB (Red+Green+Blue) = 58+171+64=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAB40 is #C554BF. Grayscale: #7D7D7D. Windows color (decimal): -12932288 or 4238138. OLE color: 4238138.

HSL color Cylindrical-coordinate representation of color #3AAB40: hue angle of 123.19º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAB40 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 171 64 -
CMYK 0.66 0 0.63 0.33
HSL 123.19º 0.49% 0.45% -
HSV(B) 123.19º 0.66% 0.67% -
XYZ 17.23 30.4 9.81 -
YUV 125.02 93.56 80.2 -
System Red Green Blue C M Y K H S L
Decimal 58 171 64 0.66 0 0.63 0.33 123.19 0.49 0.45
Hex 3A AB 40 42 0 3F 21 7B 31 2D
Octal 72 253 100 102 0 77 41 173 61 55
Binary 111010 10101011 1000000 1000010 0 111111 100001 1111011 110001 101101

Color Harmonies of #3AAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAB40

Black with #3AAB40

Text Example


Text Example

White with #3AAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,171,64); }

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

background-color css

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

 a { background-color: rgb(58,171,64); }

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

border-color css

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

 span { border-color: rgb(58,171,64); }

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