Html Css Color HEX #3D986D Eucalyptus

📋 copy color: '#3D986D'

red 61 ◦ green 152 ◦ blue 109

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

Shades of Eucalyptus #3D986D

Tints of Eucalyptus #3D986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 18.94%
G = 47.2%
B = 33.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#3D986D (or 0x3D986D) is known color: Eucalyptus. HEX triplet: 3D, 98 and 6D. RGB value is (61,152,109). Sum of RGB (Red+Green+Blue) = 61+152+109=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #3D986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D986D is #C26792. Grayscale: #777777. Windows color (decimal): -12740499 or 7182397. OLE color: 7182397.

HSL color Cylindrical-coordinate representation of color #3D986D: hue angle of 151.65º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D986D is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 61 152 109 -
CMYK 0.60 0 0.28 0.40
HSL 151.65º 0.43% 0.42% -
HSV(B) 151.65º 0.6% 0.6% -
XYZ 15.91 24.55 18.37 -
YUV 119.89 121.85 86 -
System Red Green Blue C M Y K H S L
Decimal 61 152 109 0.60 0 0.28 0.40 151.65 0.43 0.42
Hex 3D 98 6D 3C 0 1C 28 98 2B 2A
Octal 75 230 155 74 0 34 50 230 53 52
Binary 111101 10011000 1101101 111100 0 11100 101000 10011000 101011 101010

Color Harmonies of #3D986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D986D

Black with #3D986D

Text Example


Text Example

White with #3D986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,152,109); }

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

background-color css

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

 a { background-color: rgb(61,152,109); }

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

border-color css

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

 span { border-color: rgb(61,152,109); }

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