Html Css Color HEX #4AAC3D Fruit Salad

📋 copy color: '#4AAC3D'

red 74 ◦ green 172 ◦ blue 61

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

Shades of Fruit Salad #4AAC3D

Tints of Fruit Salad #4AAC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 24.1%
G = 56.03%
B = 19.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#4AAC3D (or 0x4AAC3D) is known color: Fruit Salad. HEX triplet: 4A, AC and 3D. RGB value is (74,172,61). Sum of RGB (Red+Green+Blue) = 74+172+61=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAC3D is #B553C2. Grayscale: #828282. Windows color (decimal): -11883459 or 4041802. OLE color: 4041802.

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

Color convert

RGB 74 172 61 -
CMYK 0.57 0 0.65 0.33
HSL 112.97º 0.48% 0.46% -
HSV(B) 112.97º 0.65% 0.67% -
XYZ 18.42 31.3 9.49 -
YUV 130.04 89.03 88.03 -
System Red Green Blue C M Y K H S L
Decimal 74 172 61 0.57 0 0.65 0.33 112.97 0.48 0.46
Hex 4A AC 3D 39 0 41 21 71 30 2E
Octal 112 254 75 71 0 101 41 161 60 56
Binary 1001010 10101100 111101 111001 0 1000001 100001 1110001 110000 101110

Color Harmonies of #4AAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAC3D

Black with #4AAC3D

Text Example


Text Example

White with #4AAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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