Html Css Color HEX #4AAC4B Fruit Salad

📋 copy color: '#4AAC4B'

red 74 ◦ green 172 ◦ blue 75

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

Shades of Fruit Salad #4AAC4B

Tints of Fruit Salad #4AAC4B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.58%

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

R = 23.05%
G = 53.58%
B = 23.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#4AAC4B (or 0x4AAC4B) is known color: Fruit Salad. HEX triplet: 4A, AC and 4B. RGB value is (74,172,75). Sum of RGB (Red+Green+Blue) = 74+172+75=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAC4B is #B553B4. Grayscale: #838383. Windows color (decimal): -11883445 or 4959306. OLE color: 4959306.

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

Color convert

RGB 74 172 75 -
CMYK 0.57 0 0.56 0.33
HSL 120.61º 0.4% 0.48% -
HSV(B) 120.61º 0.57% 0.67% -
XYZ 18.85 31.47 11.74 -
YUV 131.64 96.03 86.89 -
System Red Green Blue C M Y K H S L
Decimal 74 172 75 0.57 0 0.56 0.33 120.61 0.4 0.48
Hex 4A AC 4B 39 0 38 21 79 28 30
Octal 112 254 113 71 0 70 41 171 50 60
Binary 1001010 10101100 1001011 111001 0 111000 100001 1111001 101000 110000

Color Harmonies of #4AAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAC4B

Black with #4AAC4B

Text Example


Text Example

White with #4AAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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