Html Css Color HEX #3CBA4F Fruit Salad

📋 copy color: '#3CBA4F'

red 60 ◦ green 186 ◦ blue 79

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

Shades of Fruit Salad #3CBA4F

Tints of Fruit Salad #3CBA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.31%

R = 18.46%
G = 57.23%
B = 24.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#3CBA4F (or 0x3CBA4F) is known color: Fruit Salad. HEX triplet: 3C, BA and 4F. RGB value is (60,186,79). Sum of RGB (Red+Green+Blue) = 60+186+79=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBA4F is #C345B0. Grayscale: #888888. Windows color (decimal): -12797361 or 5225020. OLE color: 5225020.

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

Color convert

RGB 60 186 79 -
CMYK 0.68 0 0.58 0.27
HSL 129.05º 0.51% 0.48% -
HSV(B) 129.05º 0.68% 0.73% -
XYZ 20.83 36.64 13.37 -
YUV 136.13 95.76 73.7 -
System Red Green Blue C M Y K H S L
Decimal 60 186 79 0.68 0 0.58 0.27 129.05 0.51 0.48
Hex 3C BA 4F 44 0 3A 1B 81 33 30
Octal 74 272 117 104 0 72 33 201 63 60
Binary 111100 10111010 1001111 1000100 0 111010 11011 10000001 110011 110000

Color Harmonies of #3CBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBA4F

Black with #3CBA4F

Text Example


Text Example

White with #3CBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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