Html Css Color HEX #3CAC38 Fruit Salad

📋 copy color: '#3CAC38'

red 60 ◦ green 172 ◦ blue 56

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

Shades of Fruit Salad #3CAC38

Tints of Fruit Salad #3CAC38

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.72%

 BLUE value IS 56 (22.27% from 255) = 19.44%

R = 20.83%
G = 59.72%
B = 19.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#3CAC38 (or 0x3CAC38) is known color: Fruit Salad. HEX triplet: 3C, AC and 38. RGB value is (60,172,56). Sum of RGB (Red+Green+Blue) = 60+172+56=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAC38 is #C353C7. Grayscale: #7D7D7D. Windows color (decimal): -12800968 or 3714108. OLE color: 3714108.

HSL color Cylindrical-coordinate representation of color #3CAC38: hue angle of 117.93º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CAC38 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 172 56 -
CMYK 0.65 0 0.67 0.33
HSL 117.93º 0.51% 0.45% -
HSV(B) 117.93º 0.67% 0.67% -
XYZ 17.33 30.75 8.76 -
YUV 125.29 88.89 81.43 -
System Red Green Blue C M Y K H S L
Decimal 60 172 56 0.65 0 0.67 0.33 117.93 0.51 0.45
Hex 3C AC 38 41 0 43 21 76 33 2D
Octal 74 254 70 101 0 103 41 166 63 55
Binary 111100 10101100 111000 1000001 0 1000011 100001 1110110 110011 101101

Color Harmonies of #3CAC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAC38

Black with #3CAC38

Text Example


Text Example

White with #3CAC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,172,56); }

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

background-color css

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

 a { background-color: rgb(60,172,56); }

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

border-color css

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

 span { border-color: rgb(60,172,56); }

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