Html Css Color HEX #3CA63B Fruit Salad

📋 copy color: '#3CA63B'

red 60 ◦ green 166 ◦ blue 59

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

Shades of Fruit Salad #3CA63B

Tints of Fruit Salad #3CA63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.25%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 21.05%
G = 58.25%
B = 20.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#3CA63B (or 0x3CA63B) is known color: Fruit Salad. HEX triplet: 3C, A6 and 3B. RGB value is (60,166,59). Sum of RGB (Red+Green+Blue) = 60+166+59=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 166 (65.23% from 255 or 58.25% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA63B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA63B is #C359C4. Grayscale: #7A7A7A. Windows color (decimal): -12802501 or 3909180. OLE color: 3909180.

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

Color convert

RGB 60 166 59 -
CMYK 0.64 0 0.64 0.35
HSL 119.44º 0.48% 0.44% -
HSV(B) 119.44º 0.64% 0.65% -
XYZ 16.29 28.55 8.79 -
YUV 122.11 92.38 83.7 -
System Red Green Blue C M Y K H S L
Decimal 60 166 59 0.64 0 0.64 0.35 119.44 0.48 0.44
Hex 3C A6 3B 40 0 40 23 77 30 2C
Octal 74 246 73 100 0 100 43 167 60 54
Binary 111100 10100110 111011 1000000 0 1000000 100011 1110111 110000 101100

Color Harmonies of #3CA63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA63B

Black with #3CA63B

Text Example


Text Example

White with #3CA63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,166,59); }

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

background-color css

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

 a { background-color: rgb(60,166,59); }

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

border-color css

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

 span { border-color: rgb(60,166,59); }

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