Html Css Color HEX #3C913F Fruit Salad

📋 copy color: '#3C913F'

red 60 ◦ green 145 ◦ blue 63

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

Shades of Fruit Salad #3C913F

Tints of Fruit Salad #3C913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.1%

 BLUE value IS 63 (25% from 255) = 23.51%

R = 22.39%
G = 54.1%
B = 23.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#3C913F (or 0x3C913F) is known color: Fruit Salad. HEX triplet: 3C, 91 and 3F. RGB value is (60,145,63). Sum of RGB (Red+Green+Blue) = 60+145+63=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #3C913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C913F is #C36EC0. Grayscale: #6E6E6E. Windows color (decimal): -12807873 or 4165948. OLE color: 4165948.

HSL color Cylindrical-coordinate representation of color #3C913F: hue angle of 122.12º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C913F is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 145 63 -
CMYK 0.59 0 0.57 0.43
HSL 122.12º 0.41% 0.4% -
HSV(B) 122.12º 0.59% 0.57% -
XYZ 12.89 21.57 8.19 -
YUV 110.24 101.34 92.17 -
System Red Green Blue C M Y K H S L
Decimal 60 145 63 0.59 0 0.57 0.43 122.12 0.41 0.4
Hex 3C 91 3F 3B 0 39 2B 7A 29 28
Octal 74 221 77 73 0 71 53 172 51 50
Binary 111100 10010001 111111 111011 0 111001 101011 1111010 101001 101000

Color Harmonies of #3C913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C913F

Black with #3C913F

Text Example


Text Example

White with #3C913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,145,63); }

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

background-color css

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

 a { background-color: rgb(60,145,63); }

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

border-color css

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

 span { border-color: rgb(60,145,63); }

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