Html Css Color HEX #3CBA46 Fruit Salad

📋 copy color: '#3CBA46'

red 60 ◦ green 186 ◦ blue 70

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

Shades of Fruit Salad #3CBA46

Tints of Fruit Salad #3CBA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.86%

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

R = 18.99%
G = 58.86%
B = 22.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#3CBA46 (or 0x3CBA46) is known color: Fruit Salad. HEX triplet: 3C, BA and 46. RGB value is (60,186,70). Sum of RGB (Red+Green+Blue) = 60+186+70=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA46 is #C345B9. Grayscale: #878787. Windows color (decimal): -12797370 or 4635196. OLE color: 4635196.

HSL color Cylindrical-coordinate representation of color #3CBA46: hue angle of 124.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBA46 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 186 70 -
CMYK 0.68 0 0.62 0.27
HSL 124.76º 0.51% 0.48% -
HSV(B) 124.76º 0.68% 0.73% -
XYZ 20.53 36.52 11.76 -
YUV 135.1 91.26 74.43 -
System Red Green Blue C M Y K H S L
Decimal 60 186 70 0.68 0 0.62 0.27 124.76 0.51 0.48
Hex 3C BA 46 44 0 3E 1B 7D 33 30
Octal 74 272 106 104 0 76 33 175 63 60
Binary 111100 10111010 1000110 1000100 0 111110 11011 1111101 110011 110000

Color Harmonies of #3CBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBA46

Black with #3CBA46

Text Example


Text Example

White with #3CBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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