Html Css Color HEX #3D8F5E Eucalyptus

📋 copy color: '#3D8F5E'

red 61 ◦ green 143 ◦ blue 94

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

Shades of Eucalyptus #3D8F5E

Tints of Eucalyptus #3D8F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.99%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 20.47%
G = 47.99%
B = 31.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#3D8F5E (or 0x3D8F5E) is known color: Eucalyptus. HEX triplet: 3D, 8F and 5E. RGB value is (61,143,94). Sum of RGB (Red+Green+Blue) = 61+143+94=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #3D8F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8F5E is #C270A1. Grayscale: #717171. Windows color (decimal): -12742818 or 6197053. OLE color: 6197053.

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

Color convert

RGB 61 143 94 -
CMYK 0.57 0 0.34 0.44
HSL 144.15º 0.4% 0.4% -
HSV(B) 144.15º 0.57% 0.56% -
XYZ 13.77 21.45 14 -
YUV 112.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 61 143 94 0.57 0 0.34 0.44 144.15 0.4 0.4
Hex 3D 8F 5E 39 0 22 2C 90 28 28
Octal 75 217 136 71 0 42 54 220 50 50
Binary 111101 10001111 1011110 111001 0 100010 101100 10010000 101000 101000

Color Harmonies of #3D8F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8F5E

Black with #3D8F5E

Text Example


Text Example

White with #3D8F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,143,94); }

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

background-color css

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

 a { background-color: rgb(61,143,94); }

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

border-color css

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

 span { border-color: rgb(61,143,94); }

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