Html Css Color HEX #3CB449 Fruit Salad

📋 copy color: '#3CB449'

red 60 ◦ green 180 ◦ blue 73

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

Shades of Fruit Salad #3CB449

Tints of Fruit Salad #3CB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.51%

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

R = 19.17%
G = 57.51%
B = 23.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#3CB449 (or 0x3CB449) is known color: Fruit Salad. HEX triplet: 3C, B4 and 49. RGB value is (60,180,73). Sum of RGB (Red+Green+Blue) = 60+180+73=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB449 is #C34BB6. Grayscale: #848484. Windows color (decimal): -12798903 or 4830268. OLE color: 4830268.

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

Color convert

RGB 60 180 73 -
CMYK 0.67 0 0.59 0.29
HSL 126.5º 0.5% 0.47% -
HSV(B) 126.5º 0.67% 0.71% -
XYZ 19.39 34.08 11.86 -
YUV 131.92 94.74 76.7 -
System Red Green Blue C M Y K H S L
Decimal 60 180 73 0.67 0 0.59 0.29 126.5 0.5 0.47
Hex 3C B4 49 43 0 3B 1D 7E 32 2F
Octal 74 264 111 103 0 73 35 176 62 57
Binary 111100 10110100 1001001 1000011 0 111011 11101 1111110 110010 101111

Color Harmonies of #3CB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB449

Black with #3CB449

Text Example


Text Example

White with #3CB449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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