Html Css Color HEX #3D9268 Eucalyptus

📋 copy color: '#3D9268'

red 61 ◦ green 146 ◦ blue 104

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

Shades of Eucalyptus #3D9268

Tints of Eucalyptus #3D9268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 19.61%
G = 46.95%
B = 33.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#3D9268 (or 0x3D9268) is known color: Eucalyptus. HEX triplet: 3D, 92 and 68. RGB value is (61,146,104). Sum of RGB (Red+Green+Blue) = 61+146+104=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #3D9268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9268 is #C26D97. Grayscale: #737373. Windows color (decimal): -12742040 or 6853181. OLE color: 6853181.

HSL color Cylindrical-coordinate representation of color #3D9268: hue angle of 150.35º 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 #3D9268 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 61 146 104 -
CMYK 0.58 0 0.29 0.43
HSL 150.35º 0.41% 0.41% -
HSV(B) 150.35º 0.58% 0.57% -
XYZ 14.7 22.55 16.67 -
YUV 115.8 121.34 88.92 -
System Red Green Blue C M Y K H S L
Decimal 61 146 104 0.58 0 0.29 0.43 150.35 0.41 0.41
Hex 3D 92 68 3A 0 1D 2B 96 29 29
Octal 75 222 150 72 0 35 53 226 51 51
Binary 111101 10010010 1101000 111010 0 11101 101011 10010110 101001 101001

Color Harmonies of #3D9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9268

Black with #3D9268

Text Example


Text Example

White with #3D9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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