Html Css Color HEX #3A9942 Fruit Salad

📋 copy color: '#3A9942'

red 58 ◦ green 153 ◦ blue 66

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

Shades of Fruit Salad #3A9942

Tints of Fruit Salad #3A9942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.23%

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 20.94%
G = 55.23%
B = 23.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#3A9942 (or 0x3A9942) is known color: Fruit Salad. HEX triplet: 3A, 99 and 42. RGB value is (58,153,66). Sum of RGB (Red+Green+Blue) = 58+153+66=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #3A9942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9942 is #C566BD. Grayscale: #727272. Windows color (decimal): -12936894 or 4364602. OLE color: 4364602.

HSL color Cylindrical-coordinate representation of color #3A9942: hue angle of 125.05º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9942 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 153 66 -
CMYK 0.62 0 0.57 0.4
HSL 125.05º 0.45% 0.41% -
HSV(B) 125.05º 0.62% 0.6% -
XYZ 14.12 24.08 9.06 -
YUV 114.68 100.53 87.57 -
System Red Green Blue C M Y K H S L
Decimal 58 153 66 0.62 0 0.57 0.4 125.05 0.45 0.41
Hex 3A 99 42 3E 0 39 28 7D 2D 29
Octal 72 231 102 76 0 71 50 175 55 51
Binary 111010 10011001 1000010 111110 0 111001 101000 1111101 101101 101001

Color Harmonies of #3A9942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9942

Black with #3A9942

Text Example


Text Example

White with #3A9942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,153,66); }

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

background-color css

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

 a { background-color: rgb(58,153,66); }

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

border-color css

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

 span { border-color: rgb(58,153,66); }

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