Html Css Color HEX #3B9364 Eucalyptus

📋 copy color: '#3B9364'

red 59 ◦ green 147 ◦ blue 100

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

Shades of Eucalyptus #3B9364

Tints of Eucalyptus #3B9364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.04%

 BLUE value IS 100 (39.45% from 255) = 32.68%

R = 19.28%
G = 48.04%
B = 32.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#3B9364 (or 0x3B9364) is known color: Eucalyptus. HEX triplet: 3B, 93 and 64. RGB value is (59,147,100). Sum of RGB (Red+Green+Blue) = 59+147+100=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #3B9364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9364 is #C46C9B. Grayscale: #737373. Windows color (decimal): -12872860 or 6591291. OLE color: 6591291.

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

Color convert

RGB 59 147 100 -
CMYK 0.60 0 0.32 0.42
HSL 147.95º 0.43% 0.4% -
HSV(B) 147.95º 0.6% 0.58% -
XYZ 14.54 22.72 15.68 -
YUV 115.33 119.35 87.82 -
System Red Green Blue C M Y K H S L
Decimal 59 147 100 0.60 0 0.32 0.42 147.95 0.43 0.4
Hex 3B 93 64 3C 0 20 2A 94 2B 28
Octal 73 223 144 74 0 40 52 224 53 50
Binary 111011 10010011 1100100 111100 0 100000 101010 10010100 101011 101000

Color Harmonies of #3B9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9364

Black with #3B9364

Text Example


Text Example

White with #3B9364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,147,100); }

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

background-color css

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

 a { background-color: rgb(59,147,100); }

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

border-color css

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

 span { border-color: rgb(59,147,100); }

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