Html Css Color HEX #4AAA4B Fruit Salad

📋 copy color: '#4AAA4B'

red 74 ◦ green 170 ◦ blue 75

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

Shades of Fruit Salad #4AAA4B

Tints of Fruit Salad #4AAA4B

RGB

 RED value IS 74 (29.3% from 255) = 23.2%

 GREEN value IS 170 (66.8% from 255) = 53.29%

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 23.2%
G = 53.29%
B = 23.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#4AAA4B (or 0x4AAA4B) is known color: Fruit Salad. HEX triplet: 4A, AA and 4B. RGB value is (74,170,75). Sum of RGB (Red+Green+Blue) = 74+170+75=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA4B is #B555B4. Grayscale: #828282. Windows color (decimal): -11883957 or 4958794. OLE color: 4958794.

HSL color Cylindrical-coordinate representation of color #4AAA4B: hue angle of 120.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA4B is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 75 -
CMYK 0.56 0 0.56 0.33
HSL 120.63º 0.39% 0.48% -
HSV(B) 120.63º 0.56% 0.67% -
XYZ 18.47 30.71 11.61 -
YUV 130.47 96.7 87.72 -
System Red Green Blue C M Y K H S L
Decimal 74 170 75 0.56 0 0.56 0.33 120.63 0.39 0.48
Hex 4A AA 4B 38 0 38 21 79 27 30
Octal 112 252 113 70 0 70 41 171 47 60
Binary 1001010 10101010 1001011 111000 0 111000 100001 1111001 100111 110000

Color Harmonies of #4AAA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA4B

Black with #4AAA4B

Text Example


Text Example

White with #4AAA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AAA4B; }

 p { color: rgb(74,170,75); }

 H1.HeaderClassName
 {
   color: #4AAA4B;
 }
 .AnyTagClassName
 {
   color: #4AAA4B;
 }
</style>

background-color css

<style>
 a { background-color: #4AAA4B; }

 a { background-color: rgb(74,170,75); }

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

border-color css

<style>
 span { border-color: #4AAA4B; }

 span { border-color: rgb(74,170,75); }

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