Html Css Color HEX #3C9340 Fruit Salad

📋 copy color: '#3C9340'

red 60 ◦ green 147 ◦ blue 64

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

Shades of Fruit Salad #3C9340

Tints of Fruit Salad #3C9340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.24%

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

R = 22.14%
G = 54.24%
B = 23.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#3C9340 (or 0x3C9340) is known color: Fruit Salad. HEX triplet: 3C, 93 and 40. RGB value is (60,147,64). Sum of RGB (Red+Green+Blue) = 60+147+64=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9340 is #C36CBF. Grayscale: #6F6F6F. Windows color (decimal): -12807360 or 4231996. OLE color: 4231996.

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

Color convert

RGB 60 147 64 -
CMYK 0.59 0 0.56 0.42
HSL 122.76º 0.42% 0.41% -
HSV(B) 122.76º 0.59% 0.58% -
XYZ 13.22 22.2 8.44 -
YUV 111.53 101.18 91.25 -
System Red Green Blue C M Y K H S L
Decimal 60 147 64 0.59 0 0.56 0.42 122.76 0.42 0.41
Hex 3C 93 40 3B 0 38 2A 7B 2A 29
Octal 74 223 100 73 0 70 52 173 52 51
Binary 111100 10010011 1000000 111011 0 111000 101010 1111011 101010 101001

Color Harmonies of #3C9340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9340

Black with #3C9340

Text Example


Text Example

White with #3C9340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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