Html Css Color HEX #3A9440 Fruit Salad

📋 copy color: '#3A9440'

red 58 ◦ green 148 ◦ blue 64

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

Shades of Fruit Salad #3A9440

Tints of Fruit Salad #3A9440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.81%

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

R = 21.48%
G = 54.81%
B = 23.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#3A9440 (or 0x3A9440) is known color: Fruit Salad. HEX triplet: 3A, 94 and 40. RGB value is (58,148,64). Sum of RGB (Red+Green+Blue) = 58+148+64=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9440 is #C56BBF. Grayscale: #6F6F6F. Windows color (decimal): -12938176 or 4232250. OLE color: 4232250.

HSL color Cylindrical-coordinate representation of color #3A9440: hue angle of 124º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9440 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 148 64 -
CMYK 0.61 0 0.57 0.42
HSL 124º 0.44% 0.4% -
HSV(B) 124º 0.61% 0.58% -
XYZ 13.26 22.45 8.48 -
YUV 111.51 101.18 89.83 -
System Red Green Blue C M Y K H S L
Decimal 58 148 64 0.61 0 0.57 0.42 124 0.44 0.4
Hex 3A 94 40 3D 0 39 2A 7C 2C 28
Octal 72 224 100 75 0 71 52 174 54 50
Binary 111010 10010100 1000000 111101 0 111001 101010 1111100 101100 101000

Color Harmonies of #3A9440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9440

Black with #3A9440

Text Example


Text Example

White with #3A9440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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