Html Css Color HEX #3C9140 Fruit Salad

📋 copy color: '#3C9140'

red 60 ◦ green 145 ◦ blue 64

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

Shades of Fruit Salad #3C9140

Tints of Fruit Salad #3C9140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 22.3%
G = 53.9%
B = 23.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#3C9140 (or 0x3C9140) is known color: Fruit Salad. HEX triplet: 3C, 91 and 40. RGB value is (60,145,64). Sum of RGB (Red+Green+Blue) = 60+145+64=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9140 is #C36EBF. Grayscale: #6E6E6E. Windows color (decimal): -12807872 or 4231484. OLE color: 4231484.

HSL color Cylindrical-coordinate representation of color #3C9140: hue angle of 122.82º 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 #3C9140 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 145 64 -
CMYK 0.59 0 0.56 0.43
HSL 122.82º 0.41% 0.4% -
HSV(B) 122.82º 0.59% 0.57% -
XYZ 12.91 21.58 8.34 -
YUV 110.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 60 145 64 0.59 0 0.56 0.43 122.82 0.41 0.4
Hex 3C 91 40 3B 0 38 2B 7B 29 28
Octal 74 221 100 73 0 70 53 173 51 50
Binary 111100 10010001 1000000 111011 0 111000 101011 1111011 101001 101000

Color Harmonies of #3C9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9140

Black with #3C9140

Text Example


Text Example

White with #3C9140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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