Html Css Color HEX #3C9268 Eucalyptus

📋 copy color: '#3C9268'

red 60 ◦ green 146 ◦ blue 104

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

Shades of Eucalyptus #3C9268

Tints of Eucalyptus #3C9268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.1%

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 19.35%
G = 47.1%
B = 33.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#3C9268 (or 0x3C9268) is known color: Eucalyptus. HEX triplet: 3C, 92 and 68. RGB value is (60,146,104). Sum of RGB (Red+Green+Blue) = 60+146+104=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9268 is #C36D97. Grayscale: #737373. Windows color (decimal): -12807576 or 6853180. OLE color: 6853180.

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

Color convert

RGB 60 146 104 -
CMYK 0.59 0 0.29 0.43
HSL 150.7º 0.42% 0.4% -
HSV(B) 150.7º 0.59% 0.57% -
XYZ 14.64 22.52 16.67 -
YUV 115.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 60 146 104 0.59 0 0.29 0.43 150.7 0.42 0.4
Hex 3C 92 68 3B 0 1D 2B 97 2A 28
Octal 74 222 150 73 0 35 53 227 52 50
Binary 111100 10010010 1101000 111011 0 11101 101011 10010111 101010 101000

Color Harmonies of #3C9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9268

Black with #3C9268

Text Example


Text Example

White with #3C9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,146,104); }

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

background-color css

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

 a { background-color: rgb(60,146,104); }

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

border-color css

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

 span { border-color: rgb(60,146,104); }

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