Html Css Color HEX #3C9164 Eucalyptus

📋 copy color: '#3C9164'

red 60 ◦ green 145 ◦ blue 100

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

Shades of Eucalyptus #3C9164

Tints of Eucalyptus #3C9164

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.54%

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 19.67%
G = 47.54%
B = 32.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#3C9164 (or 0x3C9164) is known color: Eucalyptus. HEX triplet: 3C, 91 and 64. RGB value is (60,145,100). Sum of RGB (Red+Green+Blue) = 60+145+100=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9164 is #C36E9B. Grayscale: #727272. Windows color (decimal): -12807836 or 6590780. OLE color: 6590780.

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

Color convert

RGB 60 145 100 -
CMYK 0.59 0 0.31 0.43
HSL 148.24º 0.41% 0.4% -
HSV(B) 148.24º 0.59% 0.57% -
XYZ 14.29 22.13 15.58 -
YUV 114.46 119.84 89.16 -
System Red Green Blue C M Y K H S L
Decimal 60 145 100 0.59 0 0.31 0.43 148.24 0.41 0.4
Hex 3C 91 64 3B 0 1F 2B 94 29 28
Octal 74 221 144 73 0 37 53 224 51 50
Binary 111100 10010001 1100100 111011 0 11111 101011 10010100 101001 101000

Color Harmonies of #3C9164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9164

Black with #3C9164

Text Example


Text Example

White with #3C9164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,145,100); }

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

background-color css

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

 a { background-color: rgb(60,145,100); }

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

border-color css

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

 span { border-color: rgb(60,145,100); }

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