Html Css Color HEX #3CB249 Fruit Salad

📋 copy color: '#3CB249'

red 60 ◦ green 178 ◦ blue 73

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

Shades of Fruit Salad #3CB249

Tints of Fruit Salad #3CB249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.23%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 19.29%
G = 57.23%
B = 23.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#3CB249 (or 0x3CB249) is known color: Fruit Salad. HEX triplet: 3C, B2 and 49. RGB value is (60,178,73). Sum of RGB (Red+Green+Blue) = 60+178+73=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB249 is #C34DB6. Grayscale: #838383. Windows color (decimal): -12799415 or 4829756. OLE color: 4829756.

HSL color Cylindrical-coordinate representation of color #3CB249: hue angle of 126.61º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB249 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 178 73 -
CMYK 0.66 0 0.59 0.30
HSL 126.61º 0.5% 0.47% -
HSV(B) 126.61º 0.66% 0.7% -
XYZ 18.99 33.28 11.73 -
YUV 130.75 95.41 77.54 -
System Red Green Blue C M Y K H S L
Decimal 60 178 73 0.66 0 0.59 0.30 126.61 0.5 0.47
Hex 3C B2 49 42 0 3B 1E 7F 32 2F
Octal 74 262 111 102 0 73 36 177 62 57
Binary 111100 10110010 1001001 1000010 0 111011 11110 1111111 110010 101111

Color Harmonies of #3CB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB249

Black with #3CB249

Text Example


Text Example

White with #3CB249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,178,73); }

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

background-color css

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

 a { background-color: rgb(60,178,73); }

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

border-color css

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

 span { border-color: rgb(60,178,73); }

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