Html Css Color HEX #3B8D5D Eucalyptus

📋 copy color: '#3B8D5D'

red 59 ◦ green 141 ◦ blue 93

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

Shades of Eucalyptus #3B8D5D

Tints of Eucalyptus #3B8D5D

RGB

 RED value IS 59 (23.44% from 255) = 20.14%

 GREEN value IS 141 (55.47% from 255) = 48.12%

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 20.14%
G = 48.12%
B = 31.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#3B8D5D (or 0x3B8D5D) is known color: Eucalyptus. HEX triplet: 3B, 8D and 5D. RGB value is (59,141,93). Sum of RGB (Red+Green+Blue) = 59+141+93=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #3B8D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8D5D is #C472A2. Grayscale: #6F6F6F. Windows color (decimal): -12874403 or 6131003. OLE color: 6131003.

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

Color convert

RGB 59 141 93 -
CMYK 0.58 0 0.34 0.45
HSL 144.88º 0.41% 0.39% -
HSV(B) 144.88º 0.58% 0.55% -
XYZ 13.3 20.77 13.66 -
YUV 111.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 59 141 93 0.58 0 0.34 0.45 144.88 0.41 0.39
Hex 3B 8D 5D 3A 0 22 2D 91 29 27
Octal 73 215 135 72 0 42 55 221 51 47
Binary 111011 10001101 1011101 111010 0 100010 101101 10010001 101001 100111

Color Harmonies of #3B8D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8D5D

Black with #3B8D5D

Text Example


Text Example

White with #3B8D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,141,93); }

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

background-color css

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

 a { background-color: rgb(59,141,93); }

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

border-color css

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

 span { border-color: rgb(59,141,93); }

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