Html Css Color HEX #3AA340 Fruit Salad

📋 copy color: '#3AA340'

red 58 ◦ green 163 ◦ blue 64

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

Shades of Fruit Salad #3AA340

Tints of Fruit Salad #3AA340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.19%

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

R = 20.35%
G = 57.19%
B = 22.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#3AA340 (or 0x3AA340) is known color: Fruit Salad. HEX triplet: 3A, A3 and 40. RGB value is (58,163,64). Sum of RGB (Red+Green+Blue) = 58+163+64=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA340 is #C55CBF. Grayscale: #787878. Windows color (decimal): -12934336 or 4236090. OLE color: 4236090.

HSL color Cylindrical-coordinate representation of color #3AA340: hue angle of 123.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA340 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 58 163 64 -
CMYK 0.64 0 0.61 0.36
HSL 123.43º 0.48% 0.43% -
HSV(B) 123.43º 0.64% 0.64% -
XYZ 15.77 27.46 9.32 -
YUV 120.32 96.21 83.55 -
System Red Green Blue C M Y K H S L
Decimal 58 163 64 0.64 0 0.61 0.36 123.43 0.48 0.43
Hex 3A A3 40 40 0 3D 24 7B 30 2B
Octal 72 243 100 100 0 75 44 173 60 53
Binary 111010 10100011 1000000 1000000 0 111101 100100 1111011 110000 101011

Color Harmonies of #3AA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA340

Black with #3AA340

Text Example


Text Example

White with #3AA340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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