Html Css Color HEX #3D8F5B Eucalyptus

📋 copy color: '#3D8F5B'

red 61 ◦ green 143 ◦ blue 91

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

Shades of Eucalyptus #3D8F5B

Tints of Eucalyptus #3D8F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.85%

R = 20.68%
G = 48.47%
B = 30.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#3D8F5B (or 0x3D8F5B) is known color: Eucalyptus. HEX triplet: 3D, 8F and 5B. RGB value is (61,143,91). Sum of RGB (Red+Green+Blue) = 61+143+91=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #3D8F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8F5B is #C270A4. Grayscale: #707070. Windows color (decimal): -12742821 or 6000445. OLE color: 6000445.

HSL color Cylindrical-coordinate representation of color #3D8F5B: hue angle of 141.95º 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 #3D8F5B is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 143 91 -
CMYK 0.57 0 0.36 0.44
HSL 141.95º 0.4% 0.4% -
HSV(B) 141.95º 0.57% 0.56% -
XYZ 13.64 21.39 13.31 -
YUV 112.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 61 143 91 0.57 0 0.36 0.44 141.95 0.4 0.4
Hex 3D 8F 5B 39 0 24 2C 8E 28 28
Octal 75 217 133 71 0 44 54 216 50 50
Binary 111101 10001111 1011011 111001 0 100100 101100 10001110 101000 101000

Color Harmonies of #3D8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8F5B

Black with #3D8F5B

Text Example


Text Example

White with #3D8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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