Html Css Color HEX #3B966D Eucalyptus

📋 copy color: '#3B966D'

red 59 ◦ green 150 ◦ blue 109

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

Shades of Eucalyptus #3B966D

Tints of Eucalyptus #3B966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 18.55%
G = 47.17%
B = 34.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#3B966D (or 0x3B966D) is known color: Eucalyptus. HEX triplet: 3B, 96 and 6D. RGB value is (59,150,109). Sum of RGB (Red+Green+Blue) = 59+150+109=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #3B966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B966D is #C46992. Grayscale: #767676. Windows color (decimal): -12872083 or 7181883. OLE color: 7181883.

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

Color convert

RGB 59 150 109 -
CMYK 0.61 0 0.27 0.41
HSL 152.97º 0.44% 0.41% -
HSV(B) 152.97º 0.61% 0.59% -
XYZ 15.47 23.85 18.26 -
YUV 118.12 122.85 85.83 -
System Red Green Blue C M Y K H S L
Decimal 59 150 109 0.61 0 0.27 0.41 152.97 0.44 0.41
Hex 3B 96 6D 3D 0 1B 29 99 2C 29
Octal 73 226 155 75 0 33 51 231 54 51
Binary 111011 10010110 1101101 111101 0 11011 101001 10011001 101100 101001

Color Harmonies of #3B966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B966D

Black with #3B966D

Text Example


Text Example

White with #3B966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,150,109); }

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

background-color css

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

 a { background-color: rgb(59,150,109); }

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

border-color css

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

 span { border-color: rgb(59,150,109); }

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