Html Css Color HEX #3CBB48 Fruit Salad

📋 copy color: '#3CBB48'

red 60 ◦ green 187 ◦ blue 72

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

Shades of Fruit Salad #3CBB48

Tints of Fruit Salad #3CBB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 18.81%
G = 58.62%
B = 22.57%

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

#3CBB48 (or 0x3CBB48) is known color: Fruit Salad. HEX triplet: 3C, BB and 48. RGB value is (60,187,72). Sum of RGB (Red+Green+Blue) = 60+187+72=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 187 (73.44% from 255 or 58.62% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBB48 is #C344B7. Grayscale: #888888. Windows color (decimal): -12797112 or 4766524. OLE color: 4766524.

HSL color Cylindrical-coordinate representation of color #3CBB48: hue angle of 125.67º 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 #3CBB48 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 187 72 -
CMYK 0.68 0 0.61 0.27
HSL 125.67º 0.51% 0.48% -
HSV(B) 125.67º 0.68% 0.73% -
XYZ 20.8 36.97 12.17 -
YUV 135.92 91.92 73.85 -
System Red Green Blue C M Y K H S L
Decimal 60 187 72 0.68 0 0.61 0.27 125.67 0.51 0.48
Hex 3C BB 48 44 0 3D 1B 7E 33 30
Octal 74 273 110 104 0 75 33 176 63 60
Binary 111100 10111011 1001000 1000100 0 111101 11011 1111110 110011 110000

Color Harmonies of #3CBB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBB48

Black with #3CBB48

Text Example


Text Example

White with #3CBB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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