Html Css Color HEX #3CA342 Fruit Salad

📋 copy color: '#3CA342'

red 60 ◦ green 163 ◦ blue 66

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

Shades of Fruit Salad #3CA342

Tints of Fruit Salad #3CA342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.4%

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 20.76%
G = 56.4%
B = 22.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#3CA342 (or 0x3CA342) is known color: Fruit Salad. HEX triplet: 3C, A3 and 42. RGB value is (60,163,66). Sum of RGB (Red+Green+Blue) = 60+163+66=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 163 (64.06% from 255 or 56.40% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA342 is #C35CBD. Grayscale: #797979. Windows color (decimal): -12803262 or 4367164. OLE color: 4367164.

HSL color Cylindrical-coordinate representation of color #3CA342: hue angle of 123.5º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA342 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 163 66 -
CMYK 0.63 0 0.60 0.36
HSL 123.5º 0.46% 0.44% -
HSV(B) 123.5º 0.63% 0.64% -
XYZ 15.94 27.55 9.63 -
YUV 121.15 96.88 84.39 -
System Red Green Blue C M Y K H S L
Decimal 60 163 66 0.63 0 0.60 0.36 123.5 0.46 0.44
Hex 3C A3 42 3F 0 3C 24 7B 2E 2C
Octal 74 243 102 77 0 74 44 173 56 54
Binary 111100 10100011 1000010 111111 0 111100 100100 1111011 101110 101100

Color Harmonies of #3CA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA342

Black with #3CA342

Text Example


Text Example

White with #3CA342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,163,66); }

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

background-color css

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

 a { background-color: rgb(60,163,66); }

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

border-color css

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

 span { border-color: rgb(60,163,66); }

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