Html Css Color HEX #3B986B Eucalyptus

📋 copy color: '#3B986B'

red 59 ◦ green 152 ◦ blue 107

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

Shades of Eucalyptus #3B986B

Tints of Eucalyptus #3B986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 18.55%
G = 47.8%
B = 33.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#3B986B (or 0x3B986B) is known color: Eucalyptus. HEX triplet: 3B, 98 and 6B. RGB value is (59,152,107). Sum of RGB (Red+Green+Blue) = 59+152+107=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #3B986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B986B is #C46794. Grayscale: #777777. Windows color (decimal): -12871573 or 7051323. OLE color: 7051323.

HSL color Cylindrical-coordinate representation of color #3B986B: hue angle of 150.97º 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 #3B986B is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 59 152 107 -
CMYK 0.61 0 0.30 0.40
HSL 150.97º 0.44% 0.41% -
HSV(B) 150.97º 0.61% 0.6% -
XYZ 15.69 24.45 17.8 -
YUV 119.06 121.19 85.16 -
System Red Green Blue C M Y K H S L
Decimal 59 152 107 0.61 0 0.30 0.40 150.97 0.44 0.41
Hex 3B 98 6B 3D 0 1E 28 97 2C 29
Octal 73 230 153 75 0 36 50 227 54 51
Binary 111011 10011000 1101011 111101 0 11110 101000 10010111 101100 101001

Color Harmonies of #3B986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B986B

Black with #3B986B

Text Example


Text Example

White with #3B986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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