Html Css Color HEX #3D8E60 Eucalyptus

📋 copy color: '#3D8E60'

red 61 ◦ green 142 ◦ blue 96

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

Shades of Eucalyptus #3D8E60

Tints of Eucalyptus #3D8E60

RGB

 RED value IS 61 (24.22% from 255) = 20.4%

 GREEN value IS 142 (55.86% from 255) = 47.49%

 BLUE value IS 96 (37.89% from 255) = 32.11%

R = 20.4%
G = 47.49%
B = 32.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#3D8E60 (or 0x3D8E60) is known color: Eucalyptus. HEX triplet: 3D, 8E and 60. RGB value is (61,142,96). Sum of RGB (Red+Green+Blue) = 61+142+96=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8E60 is #C2719F. Grayscale: #707070. Windows color (decimal): -12743072 or 6327869. OLE color: 6327869.

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

Color convert

RGB 61 142 96 -
CMYK 0.57 0 0.32 0.44
HSL 145.93º 0.4% 0.4% -
HSV(B) 145.93º 0.57% 0.56% -
XYZ 13.71 21.18 14.43 -
YUV 112.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 61 142 96 0.57 0 0.32 0.44 145.93 0.4 0.4
Hex 3D 8E 60 39 0 20 2C 92 28 28
Octal 75 216 140 71 0 40 54 222 50 50
Binary 111101 10001110 1100000 111001 0 100000 101100 10010010 101000 101000

Color Harmonies of #3D8E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8E60

Black with #3D8E60

Text Example


Text Example

White with #3D8E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,142,96); }

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

background-color css

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

 a { background-color: rgb(61,142,96); }

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

border-color css

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

 span { border-color: rgb(61,142,96); }

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