Html Css Color HEX #3CA242 Fruit Salad

📋 copy color: '#3CA242'

red 60 ◦ green 162 ◦ blue 66

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

Shades of Fruit Salad #3CA242

Tints of Fruit Salad #3CA242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.25%

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

R = 20.83%
G = 56.25%
B = 22.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#3CA242 (or 0x3CA242) is known color: Fruit Salad. HEX triplet: 3C, A2 and 42. RGB value is (60,162,66). Sum of RGB (Red+Green+Blue) = 60+162+66=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA242 is #C35DBD. Grayscale: #787878. Windows color (decimal): -12803518 or 4366908. OLE color: 4366908.

HSL color Cylindrical-coordinate representation of color #3CA242: hue angle of 123.53º 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 #3CA242 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 66 -
CMYK 0.63 0 0.59 0.36
HSL 123.53º 0.46% 0.44% -
HSV(B) 123.53º 0.63% 0.64% -
XYZ 15.77 27.19 9.57 -
YUV 120.56 97.21 84.81 -
System Red Green Blue C M Y K H S L
Decimal 60 162 66 0.63 0 0.59 0.36 123.53 0.46 0.44
Hex 3C A2 42 3F 0 3B 24 7C 2E 2C
Octal 74 242 102 77 0 73 44 174 56 54
Binary 111100 10100010 1000010 111111 0 111011 100100 1111100 101110 101100

Color Harmonies of #3CA242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA242

Black with #3CA242

Text Example


Text Example

White with #3CA242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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