Html Css Color HEX #3CA638 Fruit Salad

📋 copy color: '#3CA638'

red 60 ◦ green 166 ◦ blue 56

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

Shades of Fruit Salad #3CA638

Tints of Fruit Salad #3CA638

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.87%

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

R = 21.28%
G = 58.87%
B = 19.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#3CA638 (or 0x3CA638) is known color: Fruit Salad. HEX triplet: 3C, A6 and 38. RGB value is (60,166,56). Sum of RGB (Red+Green+Blue) = 60+166+56=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA638 is #C359C7. Grayscale: #7A7A7A. Windows color (decimal): -12802504 or 3712572. OLE color: 3712572.

HSL color Cylindrical-coordinate representation of color #3CA638: hue angle of 117.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CA638 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 166 56 -
CMYK 0.64 0 0.66 0.35
HSL 117.82º 0.5% 0.44% -
HSV(B) 117.82º 0.66% 0.65% -
XYZ 16.21 28.52 8.39 -
YUV 121.77 90.88 83.94 -
System Red Green Blue C M Y K H S L
Decimal 60 166 56 0.64 0 0.66 0.35 117.82 0.5 0.44
Hex 3C A6 38 40 0 42 23 76 32 2C
Octal 74 246 70 100 0 102 43 166 62 54
Binary 111100 10100110 111000 1000000 0 1000010 100011 1110110 110010 101100

Color Harmonies of #3CA638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA638

Black with #3CA638

Text Example


Text Example

White with #3CA638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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