Html Css Color HEX #3C9663 Eucalyptus

📋 copy color: '#3C9663'

red 60 ◦ green 150 ◦ blue 99

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

Shades of Eucalyptus #3C9663

Tints of Eucalyptus #3C9663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.54%

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 19.42%
G = 48.54%
B = 32.04%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#3C9663 (or 0x3C9663) is known color: Eucalyptus. HEX triplet: 3C, 96 and 63. RGB value is (60,150,99). Sum of RGB (Red+Green+Blue) = 60+150+99=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #3C9663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9663 is #C3699C. Grayscale: #757575. Windows color (decimal): -12806557 or 6526524. OLE color: 6526524.

HSL color Cylindrical-coordinate representation of color #3C9663: hue angle of 146º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9663 is Cyan = 0.6, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 150 99 -
CMYK 0.6 0 0.34 0.41
HSL 146º 0.43% 0.41% -
HSV(B) 146º 0.6% 0.59% -
XYZ 15.02 23.67 15.58 -
YUV 117.28 117.68 87.15 -
System Red Green Blue C M Y K H S L
Decimal 60 150 99 0.6 0 0.34 0.41 146 0.43 0.41
Hex 3C 96 63 3C 0 22 29 92 2B 29
Octal 74 226 143 74 0 42 51 222 53 51
Binary 111100 10010110 1100011 111100 0 100010 101001 10010010 101011 101001

Color Harmonies of #3C9663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9663

Black with #3C9663

Text Example


Text Example

White with #3C9663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,150,99); }

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

background-color css

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

 a { background-color: rgb(60,150,99); }

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

border-color css

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

 span { border-color: rgb(60,150,99); }

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