Html Css Color HEX #3CAD4D Fruit Salad

📋 copy color: '#3CAD4D'

red 60 ◦ green 173 ◦ blue 77

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

Shades of Fruit Salad #3CAD4D

Tints of Fruit Salad #3CAD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 19.35%
G = 55.81%
B = 24.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#3CAD4D (or 0x3CAD4D) is known color: Fruit Salad. HEX triplet: 3C, AD and 4D. RGB value is (60,173,77). Sum of RGB (Red+Green+Blue) = 60+173+77=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAD4D is #C352B2. Grayscale: #808080. Windows color (decimal): -12800691 or 5090620. OLE color: 5090620.

HSL color Cylindrical-coordinate representation of color #3CAD4D: hue angle of 129.03º 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 #3CAD4D is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 173 77 -
CMYK 0.65 0 0.55 0.32
HSL 129.03º 0.48% 0.46% -
HSV(B) 129.03º 0.65% 0.68% -
XYZ 18.15 31.38 12.12 -
YUV 128.27 99.06 79.31 -
System Red Green Blue C M Y K H S L
Decimal 60 173 77 0.65 0 0.55 0.32 129.03 0.48 0.46
Hex 3C AD 4D 41 0 37 20 81 30 2E
Octal 74 255 115 101 0 67 40 201 60 56
Binary 111100 10101101 1001101 1000001 0 110111 100000 10000001 110000 101110

Color Harmonies of #3CAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAD4D

Black with #3CAD4D

Text Example


Text Example

White with #3CAD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,173,77); }

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

background-color css

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

 a { background-color: rgb(60,173,77); }

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

border-color css

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

 span { border-color: rgb(60,173,77); }

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