Html Css Color HEX #3D966D Eucalyptus

📋 copy color: '#3D966D'

red 61 ◦ green 150 ◦ blue 109

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

Shades of Eucalyptus #3D966D

Tints of Eucalyptus #3D966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.88%

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

R = 19.06%
G = 46.88%
B = 34.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#3D966D (or 0x3D966D) is known color: Eucalyptus. HEX triplet: 3D, 96 and 6D. RGB value is (61,150,109). Sum of RGB (Red+Green+Blue) = 61+150+109=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #3D966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D966D is #C26992. Grayscale: #767676. Windows color (decimal): -12741011 or 7181885. OLE color: 7181885.

HSL color Cylindrical-coordinate representation of color #3D966D: hue angle of 152.36º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D966D is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 61 150 109 -
CMYK 0.59 0 0.27 0.41
HSL 152.36º 0.42% 0.41% -
HSV(B) 152.36º 0.59% 0.59% -
XYZ 15.59 23.91 18.26 -
YUV 118.72 122.51 86.83 -
System Red Green Blue C M Y K H S L
Decimal 61 150 109 0.59 0 0.27 0.41 152.36 0.42 0.41
Hex 3D 96 6D 3B 0 1B 29 98 2A 29
Octal 75 226 155 73 0 33 51 230 52 51
Binary 111101 10010110 1101101 111011 0 11011 101001 10011000 101010 101001

Color Harmonies of #3D966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D966D

Black with #3D966D

Text Example


Text Example

White with #3D966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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