Html Css Color HEX #3C955C Eucalyptus

📋 copy color: '#3C955C'

red 60 ◦ green 149 ◦ blue 92

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

Shades of Eucalyptus #3C955C

Tints of Eucalyptus #3C955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

 BLUE value IS 92 (36.33% from 255) = 30.56%

R = 19.93%
G = 49.5%
B = 30.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#3C955C (or 0x3C955C) is known color: Eucalyptus. HEX triplet: 3C, 95 and 5C. RGB value is (60,149,92). Sum of RGB (Red+Green+Blue) = 60+149+92=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #3C955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C955C is #C36AA3. Grayscale: #747474. Windows color (decimal): -12806820 or 6067516. OLE color: 6067516.

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

Color convert

RGB 60 149 92 -
CMYK 0.60 0 0.38 0.42
HSL 141.57º 0.43% 0.41% -
HSV(B) 141.57º 0.6% 0.58% -
XYZ 14.54 23.23 13.84 -
YUV 115.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 60 149 92 0.60 0 0.38 0.42 141.57 0.43 0.41
Hex 3C 95 5C 3C 0 26 2A 8E 2B 29
Octal 74 225 134 74 0 46 52 216 53 51
Binary 111100 10010101 1011100 111100 0 100110 101010 10001110 101011 101001

Color Harmonies of #3C955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C955C

Black with #3C955C

Text Example


Text Example

White with #3C955C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,149,92); }

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

background-color css

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

 a { background-color: rgb(60,149,92); }

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

border-color css

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

 span { border-color: rgb(60,149,92); }

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