Html Css Color HEX #3C916A Eucalyptus

📋 copy color: '#3C916A'

red 60 ◦ green 145 ◦ blue 106

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

Shades of Eucalyptus #3C916A

Tints of Eucalyptus #3C916A

RGB

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

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

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

R = 19.29%
G = 46.62%
B = 34.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#3C916A (or 0x3C916A) is known color: Eucalyptus. HEX triplet: 3C, 91 and 6A. RGB value is (60,145,106). Sum of RGB (Red+Green+Blue) = 60+145+106=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #3C916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C916A is #C36E95. Grayscale: #737373. Windows color (decimal): -12807830 or 6983996. OLE color: 6983996.

HSL color Cylindrical-coordinate representation of color #3C916A: hue angle of 152.47º 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 #3C916A is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 145 106 -
CMYK 0.59 0 0.27 0.43
HSL 152.47º 0.41% 0.4% -
HSV(B) 152.47º 0.59% 0.57% -
XYZ 14.59 22.25 17.16 -
YUV 115.14 122.84 88.67 -
System Red Green Blue C M Y K H S L
Decimal 60 145 106 0.59 0 0.27 0.43 152.47 0.41 0.4
Hex 3C 91 6A 3B 0 1B 2B 98 29 28
Octal 74 221 152 73 0 33 53 230 51 50
Binary 111100 10010001 1101010 111011 0 11011 101011 10011000 101001 101000

Color Harmonies of #3C916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C916A

Black with #3C916A

Text Example


Text Example

White with #3C916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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