Html Css Color HEX #3D946D Eucalyptus

📋 copy color: '#3D946D'

red 61 ◦ green 148 ◦ blue 109

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

Shades of Eucalyptus #3D946D

Tints of Eucalyptus #3D946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

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

R = 19.18%
G = 46.54%
B = 34.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#3D946D (or 0x3D946D) is known color: Eucalyptus. HEX triplet: 3D, 94 and 6D. RGB value is (61,148,109). Sum of RGB (Red+Green+Blue) = 61+148+109=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #3D946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D946D is #C26B92. Grayscale: #757575. Windows color (decimal): -12741523 or 7181373. OLE color: 7181373.

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

Color convert

RGB 61 148 109 -
CMYK 0.59 0 0.26 0.42
HSL 153.1º 0.42% 0.41% -
HSV(B) 153.1º 0.59% 0.58% -
XYZ 15.27 23.28 18.16 -
YUV 117.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 61 148 109 0.59 0 0.26 0.42 153.1 0.42 0.41
Hex 3D 94 6D 3B 0 1A 2A 99 2A 29
Octal 75 224 155 73 0 32 52 231 52 51
Binary 111101 10010100 1101101 111011 0 11010 101010 10011001 101010 101001

Color Harmonies of #3D946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D946D

Black with #3D946D

Text Example


Text Example

White with #3D946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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