Html Css Color HEX #3B985D Eucalyptus

📋 copy color: '#3B985D'

red 59 ◦ green 152 ◦ blue 93

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

Shades of Eucalyptus #3B985D

Tints of Eucalyptus #3B985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50%

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

R = 19.41%
G = 50%
B = 30.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#3B985D (or 0x3B985D) is known color: Eucalyptus. HEX triplet: 3B, 98 and 5D. RGB value is (59,152,93). Sum of RGB (Red+Green+Blue) = 59+152+93=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #3B985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B985D is #C467A2. Grayscale: #757575. Windows color (decimal): -12871587 or 6133819. OLE color: 6133819.

HSL color Cylindrical-coordinate representation of color #3B985D: hue angle of 141.94º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B985D is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 59 152 93 -
CMYK 0.61 0 0.39 0.40
HSL 141.94º 0.44% 0.41% -
HSV(B) 141.94º 0.61% 0.6% -
XYZ 15.01 24.18 14.23 -
YUV 117.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 59 152 93 0.61 0 0.39 0.40 141.94 0.44 0.41
Hex 3B 98 5D 3D 0 27 28 8E 2C 29
Octal 73 230 135 75 0 47 50 216 54 51
Binary 111011 10011000 1011101 111101 0 100111 101000 10001110 101100 101001

Color Harmonies of #3B985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B985D

Black with #3B985D

Text Example


Text Example

White with #3B985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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