Html Css Color HEX #3C953E Fruit Salad

📋 copy color: '#3C953E'

red 60 ◦ green 149 ◦ blue 62

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

Shades of Fruit Salad #3C953E

Tints of Fruit Salad #3C953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.98%

 BLUE value IS 62 (24.61% from 255) = 22.88%

R = 22.14%
G = 54.98%
B = 22.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#3C953E (or 0x3C953E) is known color: Fruit Salad. HEX triplet: 3C, 95 and 3E. RGB value is (60,149,62). Sum of RGB (Red+Green+Blue) = 60+149+62=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #3C953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C953E is #C36AC1. Grayscale: #707070. Windows color (decimal): -12806850 or 4101436. OLE color: 4101436.

HSL color Cylindrical-coordinate representation of color #3C953E: hue angle of 121.35º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C953E is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 149 62 -
CMYK 0.60 0 0.58 0.42
HSL 121.35º 0.43% 0.41% -
HSV(B) 121.35º 0.6% 0.58% -
XYZ 13.48 22.8 8.25 -
YUV 112.47 99.51 90.57 -
System Red Green Blue C M Y K H S L
Decimal 60 149 62 0.60 0 0.58 0.42 121.35 0.43 0.41
Hex 3C 95 3E 3C 0 3A 2A 79 2B 29
Octal 74 225 76 74 0 72 52 171 53 51
Binary 111100 10010101 111110 111100 0 111010 101010 1111001 101011 101001

Color Harmonies of #3C953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C953E

Black with #3C953E

Text Example


Text Example

White with #3C953E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,149,62); }

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

background-color css

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

 a { background-color: rgb(60,149,62); }

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

border-color css

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

 span { border-color: rgb(60,149,62); }

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