Html Css Color HEX #3C9241 Fruit Salad

📋 copy color: '#3C9241'

red 60 ◦ green 146 ◦ blue 65

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

Shades of Fruit Salad #3C9241

Tints of Fruit Salad #3C9241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.87%

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 22.14%
G = 53.87%
B = 23.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#3C9241 (or 0x3C9241) is known color: Fruit Salad. HEX triplet: 3C, 92 and 41. RGB value is (60,146,65). Sum of RGB (Red+Green+Blue) = 60+146+65=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9241 is #C36DBE. Grayscale: #6F6F6F. Windows color (decimal): -12807615 or 4297276. OLE color: 4297276.

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

Color convert

RGB 60 146 65 -
CMYK 0.59 0 0.55 0.43
HSL 123.49º 0.42% 0.4% -
HSV(B) 123.49º 0.59% 0.57% -
XYZ 13.1 21.9 8.54 -
YUV 111.05 102.01 91.59 -
System Red Green Blue C M Y K H S L
Decimal 60 146 65 0.59 0 0.55 0.43 123.49 0.42 0.4
Hex 3C 92 41 3B 0 37 2B 7B 2A 28
Octal 74 222 101 73 0 67 53 173 52 50
Binary 111100 10010010 1000001 111011 0 110111 101011 1111011 101010 101000

Color Harmonies of #3C9241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9241

Black with #3C9241

Text Example


Text Example

White with #3C9241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,146,65); }

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

background-color css

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

 a { background-color: rgb(60,146,65); }

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

border-color css

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

 span { border-color: rgb(60,146,65); }

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