Html Css Color HEX #3CA749 Fruit Salad

📋 copy color: '#3CA749'

red 60 ◦ green 167 ◦ blue 73

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

Shades of Fruit Salad #3CA749

Tints of Fruit Salad #3CA749

RGB

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

 GREEN value IS 167 (65.63% from 255) = 55.67%

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 20%
G = 55.67%
B = 24.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#3CA749 (or 0x3CA749) is known color: Fruit Salad. HEX triplet: 3C, A7 and 49. RGB value is (60,167,73). Sum of RGB (Red+Green+Blue) = 60+167+73=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA749 is #C358B6. Grayscale: #7C7C7C. Windows color (decimal): -12802231 or 4826940. OLE color: 4826940.

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

Color convert

RGB 60 167 73 -
CMYK 0.64 0 0.56 0.35
HSL 127.29º 0.47% 0.45% -
HSV(B) 127.29º 0.64% 0.65% -
XYZ 16.88 29.08 11.03 -
YUV 124.29 99.05 82.14 -
System Red Green Blue C M Y K H S L
Decimal 60 167 73 0.64 0 0.56 0.35 127.29 0.47 0.45
Hex 3C A7 49 40 0 38 23 7F 2F 2D
Octal 74 247 111 100 0 70 43 177 57 55
Binary 111100 10100111 1001001 1000000 0 111000 100011 1111111 101111 101101

Color Harmonies of #3CA749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA749

Black with #3CA749

Text Example


Text Example

White with #3CA749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,167,73); }

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

background-color css

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

 a { background-color: rgb(60,167,73); }

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

border-color css

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

 span { border-color: rgb(60,167,73); }

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