Html Css Color HEX #3CBB49 Fruit Salad

📋 copy color: '#3CBB49'

red 60 ◦ green 187 ◦ blue 73

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

Shades of Fruit Salad #3CBB49

Tints of Fruit Salad #3CBB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.44%

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

R = 18.75%
G = 58.44%
B = 22.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#3CBB49 (or 0x3CBB49) is known color: Fruit Salad. HEX triplet: 3C, BB and 49. RGB value is (60,187,73). Sum of RGB (Red+Green+Blue) = 60+187+73=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBB49 is #C344B6. Grayscale: #888888. Windows color (decimal): -12797111 or 4832060. OLE color: 4832060.

HSL color Cylindrical-coordinate representation of color #3CBB49: hue angle of 126.14º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBB49 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 187 73 -
CMYK 0.68 0 0.61 0.27
HSL 126.14º 0.51% 0.48% -
HSV(B) 126.14º 0.68% 0.73% -
XYZ 20.84 36.98 12.34 -
YUV 136.03 92.42 73.77 -
System Red Green Blue C M Y K H S L
Decimal 60 187 73 0.68 0 0.61 0.27 126.14 0.51 0.48
Hex 3C BB 49 44 0 3D 1B 7E 33 30
Octal 74 273 111 104 0 75 33 176 63 60
Binary 111100 10111011 1001001 1000100 0 111101 11011 1111110 110011 110000

Color Harmonies of #3CBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBB49

Black with #3CBB49

Text Example


Text Example

White with #3CBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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