Html Css Color HEX #3B965D Eucalyptus

📋 copy color: '#3B965D'

red 59 ◦ green 150 ◦ blue 93

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

Shades of Eucalyptus #3B965D

Tints of Eucalyptus #3B965D

RGB

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

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

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

R = 19.54%
G = 49.67%
B = 30.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#3B965D (or 0x3B965D) is known color: Eucalyptus. HEX triplet: 3B, 96 and 5D. RGB value is (59,150,93). Sum of RGB (Red+Green+Blue) = 59+150+93=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #3B965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B965D is #C469A2. Grayscale: #747474. Windows color (decimal): -12872099 or 6133307. OLE color: 6133307.

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

Color convert

RGB 59 150 93 -
CMYK 0.61 0 0.38 0.41
HSL 142.42º 0.44% 0.41% -
HSV(B) 142.42º 0.61% 0.59% -
XYZ 14.69 23.53 14.12 -
YUV 116.29 114.85 87.13 -
System Red Green Blue C M Y K H S L
Decimal 59 150 93 0.61 0 0.38 0.41 142.42 0.44 0.41
Hex 3B 96 5D 3D 0 26 29 8E 2C 29
Octal 73 226 135 75 0 46 51 216 54 51
Binary 111011 10010110 1011101 111101 0 100110 101001 10001110 101100 101001

Color Harmonies of #3B965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B965D

Black with #3B965D

Text Example


Text Example

White with #3B965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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