Html Css Color HEX #3D9261 Eucalyptus

📋 copy color: '#3D9261'

red 61 ◦ green 146 ◦ blue 97

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

Shades of Eucalyptus #3D9261

Tints of Eucalyptus #3D9261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.03%

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 20.07%
G = 48.03%
B = 31.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#3D9261 (or 0x3D9261) is known color: Eucalyptus. HEX triplet: 3D, 92 and 61. RGB value is (61,146,97). Sum of RGB (Red+Green+Blue) = 61+146+97=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #3D9261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9261 is #C26D9E. Grayscale: #737373. Windows color (decimal): -12742047 or 6394429. OLE color: 6394429.

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

Color convert

RGB 61 146 97 -
CMYK 0.58 0 0.34 0.43
HSL 145.41º 0.41% 0.41% -
HSV(B) 145.41º 0.58% 0.57% -
XYZ 14.36 22.41 14.88 -
YUV 115 117.84 89.48 -
System Red Green Blue C M Y K H S L
Decimal 61 146 97 0.58 0 0.34 0.43 145.41 0.41 0.41
Hex 3D 92 61 3A 0 22 2B 91 29 29
Octal 75 222 141 72 0 42 53 221 51 51
Binary 111101 10010010 1100001 111010 0 100010 101011 10010001 101001 101001

Color Harmonies of #3D9261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9261

Black with #3D9261

Text Example


Text Example

White with #3D9261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,146,97); }

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

background-color css

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

 a { background-color: rgb(61,146,97); }

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

border-color css

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

 span { border-color: rgb(61,146,97); }

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