Html Css Color HEX #3C966A Eucalyptus

📋 copy color: '#3C966A'

red 60 ◦ green 150 ◦ blue 106

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

Shades of Eucalyptus #3C966A

Tints of Eucalyptus #3C966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 18.99%
G = 47.47%
B = 33.54%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#3C966A (or 0x3C966A) is known color: Eucalyptus. HEX triplet: 3C, 96 and 6A. RGB value is (60,150,106). Sum of RGB (Red+Green+Blue) = 60+150+106=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #3C966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C966A is #C36995. Grayscale: #767676. Windows color (decimal): -12806550 or 6985276. OLE color: 6985276.

HSL color Cylindrical-coordinate representation of color #3C966A: hue angle of 150.67º 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 #3C966A is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 150 106 -
CMYK 0.6 0 0.29 0.41
HSL 150.67º 0.43% 0.41% -
HSV(B) 150.67º 0.6% 0.59% -
XYZ 15.37 23.81 17.42 -
YUV 118.07 121.18 86.58 -
System Red Green Blue C M Y K H S L
Decimal 60 150 106 0.6 0 0.29 0.41 150.67 0.43 0.41
Hex 3C 96 6A 3C 0 1D 29 97 2B 29
Octal 74 226 152 74 0 35 51 227 53 51
Binary 111100 10010110 1101010 111100 0 11101 101001 10010111 101011 101001

Color Harmonies of #3C966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C966A

Black with #3C966A

Text Example


Text Example

White with #3C966A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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