Html Css Color HEX #3CAF46 Fruit Salad

📋 copy color: '#3CAF46'

red 60 ◦ green 175 ◦ blue 70

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

Shades of Fruit Salad #3CAF46

Tints of Fruit Salad #3CAF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.38%

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 19.67%
G = 57.38%
B = 22.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#3CAF46 (or 0x3CAF46) is known color: Fruit Salad. HEX triplet: 3C, AF and 46. RGB value is (60,175,70). Sum of RGB (Red+Green+Blue) = 60+175+70=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF46 is #C350B9. Grayscale: #808080. Windows color (decimal): -12800186 or 4632380. OLE color: 4632380.

HSL color Cylindrical-coordinate representation of color #3CAF46: hue angle of 125.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF46 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 175 70 -
CMYK 0.66 0 0.60 0.31
HSL 125.22º 0.49% 0.46% -
HSV(B) 125.22º 0.66% 0.69% -
XYZ 18.3 32.06 11.02 -
YUV 128.65 94.9 79.04 -
System Red Green Blue C M Y K H S L
Decimal 60 175 70 0.66 0 0.60 0.31 125.22 0.49 0.46
Hex 3C AF 46 42 0 3C 1F 7D 31 2E
Octal 74 257 106 102 0 74 37 175 61 56
Binary 111100 10101111 1000110 1000010 0 111100 11111 1111101 110001 101110

Color Harmonies of #3CAF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAF46

Black with #3CAF46

Text Example


Text Example

White with #3CAF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,175,70); }

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

background-color css

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

 a { background-color: rgb(60,175,70); }

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

border-color css

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

 span { border-color: rgb(60,175,70); }

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