Html Css Color HEX #3C9068 Eucalyptus

📋 copy color: '#3C9068'

red 60 ◦ green 144 ◦ blue 104

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

Shades of Eucalyptus #3C9068

Tints of Eucalyptus #3C9068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.75%

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

R = 19.48%
G = 46.75%
B = 33.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#3C9068 (or 0x3C9068) is known color: Eucalyptus. HEX triplet: 3C, 90 and 68. RGB value is (60,144,104). Sum of RGB (Red+Green+Blue) = 60+144+104=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #3C9068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9068 is #C36F97. Grayscale: #727272. Windows color (decimal): -12808088 or 6852668. OLE color: 6852668.

HSL color Cylindrical-coordinate representation of color #3C9068: hue angle of 151.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C9068 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 144 104 -
CMYK 0.58 0 0.28 0.44
HSL 151.43º 0.41% 0.4% -
HSV(B) 151.43º 0.58% 0.56% -
XYZ 14.34 21.91 16.57 -
YUV 114.32 122.17 89.25 -
System Red Green Blue C M Y K H S L
Decimal 60 144 104 0.58 0 0.28 0.44 151.43 0.41 0.4
Hex 3C 90 68 3A 0 1C 2C 97 29 28
Octal 74 220 150 72 0 34 54 227 51 50
Binary 111100 10010000 1101000 111010 0 11100 101100 10010111 101001 101000

Color Harmonies of #3C9068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9068

Black with #3C9068

Text Example


Text Example

White with #3C9068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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