Html Css Color HEX #3C8C63 Eucalyptus

📋 copy color: '#3C8C63'

red 60 ◦ green 140 ◦ blue 99

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

Shades of Eucalyptus #3C8C63

Tints of Eucalyptus #3C8C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.82%

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 20.07%
G = 46.82%
B = 33.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#3C8C63 (or 0x3C8C63) is known color: Eucalyptus. HEX triplet: 3C, 8C and 63. RGB value is (60,140,99). Sum of RGB (Red+Green+Blue) = 60+140+99=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8C63 is #C3739C. Grayscale: #6F6F6F. Windows color (decimal): -12809117 or 6523964. OLE color: 6523964.

HSL color Cylindrical-coordinate representation of color #3C8C63: hue angle of 149.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8C63 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 140 99 -
CMYK 0.57 0 0.29 0.45
HSL 149.25º 0.4% 0.39% -
HSV(B) 149.25º 0.57% 0.55% -
XYZ 13.49 20.62 15.07 -
YUV 111.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 60 140 99 0.57 0 0.29 0.45 149.25 0.4 0.39
Hex 3C 8C 63 39 0 1D 2D 95 28 27
Octal 74 214 143 71 0 35 55 225 50 47
Binary 111100 10001100 1100011 111001 0 11101 101101 10010101 101000 100111

Color Harmonies of #3C8C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8C63

Black with #3C8C63

Text Example


Text Example

White with #3C8C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,140,99); }

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

background-color css

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

 a { background-color: rgb(60,140,99); }

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

border-color css

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

 span { border-color: rgb(60,140,99); }

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