Html Css Color HEX #4CAA3D Fruit Salad

📋 copy color: '#4CAA3D'

red 76 ◦ green 170 ◦ blue 61

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

Shades of Fruit Salad #4CAA3D

Tints of Fruit Salad #4CAA3D

RGB

 RED value IS 76 (30.08% from 255) = 24.76%

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

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

R = 24.76%
G = 55.37%
B = 19.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#4CAA3D (or 0x4CAA3D) is known color: Fruit Salad. HEX triplet: 4C, AA and 3D. RGB value is (76,170,61). Sum of RGB (Red+Green+Blue) = 76+170+61=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAA3D is #B355C2. Grayscale: #818181. Windows color (decimal): -11752899 or 4041292. OLE color: 4041292.

HSL color Cylindrical-coordinate representation of color #4CAA3D: hue angle of 111.74º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CAA3D is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 170 61 -
CMYK 0.55 0 0.64 0.33
HSL 111.74º 0.47% 0.45% -
HSV(B) 111.74º 0.64% 0.67% -
XYZ 18.2 30.62 9.37 -
YUV 129.47 89.36 89.86 -
System Red Green Blue C M Y K H S L
Decimal 76 170 61 0.55 0 0.64 0.33 111.74 0.47 0.45
Hex 4C AA 3D 37 0 40 21 70 2F 2D
Octal 114 252 75 67 0 100 41 160 57 55
Binary 1001100 10101010 111101 110111 0 1000000 100001 1110000 101111 101101

Color Harmonies of #4CAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAA3D

Black with #4CAA3D

Text Example


Text Example

White with #4CAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,170,61); }

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

background-color css

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

 a { background-color: rgb(76,170,61); }

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

border-color css

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

 span { border-color: rgb(76,170,61); }

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