Html Css Color HEX #4AAD3D Fruit Salad

📋 copy color: '#4AAD3D'

red 74 ◦ green 173 ◦ blue 61

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

Shades of Fruit Salad #4AAD3D

Tints of Fruit Salad #4AAD3D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.17%

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

R = 24.03%
G = 56.17%
B = 19.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#4AAD3D (or 0x4AAD3D) is known color: Fruit Salad. HEX triplet: 4A, AD and 3D. RGB value is (74,173,61). Sum of RGB (Red+Green+Blue) = 74+173+61=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAD3D is #B552C2. Grayscale: #828282. Windows color (decimal): -11883203 or 4042058. OLE color: 4042058.

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

Color convert

RGB 74 173 61 -
CMYK 0.57 0 0.65 0.32
HSL 113.04º 0.48% 0.46% -
HSV(B) 113.04º 0.65% 0.68% -
XYZ 18.61 31.68 9.55 -
YUV 130.63 88.7 87.61 -
System Red Green Blue C M Y K H S L
Decimal 74 173 61 0.57 0 0.65 0.32 113.04 0.48 0.46
Hex 4A AD 3D 39 0 41 20 71 30 2E
Octal 112 255 75 71 0 101 40 161 60 56
Binary 1001010 10101101 111101 111001 0 1000001 100000 1110001 110000 101110

Color Harmonies of #4AAD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAD3D

Black with #4AAD3D

Text Example


Text Example

White with #4AAD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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