Html Css Color HEX #3B955D Eucalyptus

📋 copy color: '#3B955D'

red 59 ◦ green 149 ◦ blue 93

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

Shades of Eucalyptus #3B955D

Tints of Eucalyptus #3B955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

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

R = 19.6%
G = 49.5%
B = 30.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#3B955D (or 0x3B955D) is known color: Eucalyptus. HEX triplet: 3B, 95 and 5D. RGB value is (59,149,93). Sum of RGB (Red+Green+Blue) = 59+149+93=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #3B955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B955D is #C46AA2. Grayscale: #737373. Windows color (decimal): -12872355 or 6133051. OLE color: 6133051.

HSL color Cylindrical-coordinate representation of color #3B955D: hue angle of 142.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B955D is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 149 93 -
CMYK 0.60 0 0.38 0.42
HSL 142.67º 0.43% 0.41% -
HSV(B) 142.67º 0.6% 0.58% -
XYZ 14.53 23.22 14.07 -
YUV 115.71 115.18 87.55 -
System Red Green Blue C M Y K H S L
Decimal 59 149 93 0.60 0 0.38 0.42 142.67 0.43 0.41
Hex 3B 95 5D 3C 0 26 2A 8F 2B 29
Octal 73 225 135 74 0 46 52 217 53 51
Binary 111011 10010101 1011101 111100 0 100110 101010 10001111 101011 101001

Color Harmonies of #3B955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B955D

Black with #3B955D

Text Example


Text Example

White with #3B955D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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