Html Css Color HEX #3CAC4B Fruit Salad

📋 copy color: '#3CAC4B'

red 60 ◦ green 172 ◦ blue 75

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

Shades of Fruit Salad #3CAC4B

Tints of Fruit Salad #3CAC4B

RGB

 RED value IS 60 (23.83% from 255) = 19.54%

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

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

R = 19.54%
G = 56.03%
B = 24.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#3CAC4B (or 0x3CAC4B) is known color: Fruit Salad. HEX triplet: 3C, AC and 4B. RGB value is (60,172,75). Sum of RGB (Red+Green+Blue) = 60+172+75=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAC4B is #C353B4. Grayscale: #7F7F7F. Windows color (decimal): -12800949 or 4959292. OLE color: 4959292.

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

Color convert

RGB 60 172 75 -
CMYK 0.65 0 0.56 0.33
HSL 128.04º 0.48% 0.45% -
HSV(B) 128.04º 0.65% 0.67% -
XYZ 17.89 30.97 11.69 -
YUV 127.45 98.39 79.89 -
System Red Green Blue C M Y K H S L
Decimal 60 172 75 0.65 0 0.56 0.33 128.04 0.48 0.45
Hex 3C AC 4B 41 0 38 21 80 30 2D
Octal 74 254 113 101 0 70 41 200 60 55
Binary 111100 10101100 1001011 1000001 0 111000 100001 10000000 110000 101101

Color Harmonies of #3CAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAC4B

Black with #3CAC4B

Text Example


Text Example

White with #3CAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CAC4B; }

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

 H1.HeaderClassName
 {
   color: #3CAC4B;
 }
 .AnyTagClassName
 {
   color: #3CAC4B;
 }
</style>

background-color css

<style>
 a { background-color: #3CAC4B; }

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

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

border-color css

<style>
 span { border-color: #3CAC4B; }

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

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