Html Css Color HEX #3CBA48 Fruit Salad

📋 copy color: '#3CBA48'

red 60 ◦ green 186 ◦ blue 72

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

Shades of Fruit Salad #3CBA48

Tints of Fruit Salad #3CBA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.49%

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

R = 18.87%
G = 58.49%
B = 22.64%

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

#3CBA48 (or 0x3CBA48) is known color: Fruit Salad. HEX triplet: 3C, BA and 48. RGB value is (60,186,72). Sum of RGB (Red+Green+Blue) = 60+186+72=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA48 is #C345B7. Grayscale: #878787. Windows color (decimal): -12797368 or 4766268. OLE color: 4766268.

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

Color convert

RGB 60 186 72 -
CMYK 0.68 0 0.61 0.27
HSL 125.71º 0.51% 0.48% -
HSV(B) 125.71º 0.68% 0.73% -
XYZ 20.59 36.55 12.1 -
YUV 135.33 92.26 74.27 -
System Red Green Blue C M Y K H S L
Decimal 60 186 72 0.68 0 0.61 0.27 125.71 0.51 0.48
Hex 3C BA 48 44 0 3D 1B 7E 33 30
Octal 74 272 110 104 0 75 33 176 63 60
Binary 111100 10111010 1001000 1000100 0 111101 11011 1111110 110011 110000

Color Harmonies of #3CBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBA48

Black with #3CBA48

Text Example


Text Example

White with #3CBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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