Html Css Color HEX #328B67 Eucalyptus

📋 copy color: '#328B67'

red 50 ◦ green 139 ◦ blue 103

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

Shades of Eucalyptus #328B67

Tints of Eucalyptus #328B67

RGB

 RED value IS 50 (19.92% from 255) = 17.12%

 GREEN value IS 139 (54.69% from 255) = 47.6%

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 17.12%
G = 47.6%
B = 35.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#328B67 (or 0x328B67) is known color: Eucalyptus. HEX triplet: 32, 8B and 67. RGB value is (50,139,103). Sum of RGB (Red+Green+Blue) = 50+139+103=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #328B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B67 is #CD7498. Grayscale: #6C6C6C. Windows color (decimal): -13464729 or 6785842. OLE color: 6785842.

HSL color Cylindrical-coordinate representation of color #328B67: hue angle of 155.73º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B67 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 103 -
CMYK 0.64 0 0.26 0.45
HSL 155.73º 0.47% 0.37% -
HSV(B) 155.73º 0.64% 0.55% -
XYZ 13 20.12 16.03 -
YUV 108.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 50 139 103 0.64 0 0.26 0.45 155.73 0.47 0.37
Hex 32 8B 67 40 0 1A 2D 9C 2F 25
Octal 62 213 147 100 0 32 55 234 57 45
Binary 110010 10001011 1100111 1000000 0 11010 101101 10011100 101111 100101

Color Harmonies of #328B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B67

Black with #328B67

Text Example


Text Example

White with #328B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328B67; }

 p { color: rgb(50,139,103); }

 H1.HeaderClassName
 {
   color: #328B67;
 }
 .AnyTagClassName
 {
   color: #328B67;
 }
</style>

background-color css

<style>
 a { background-color: #328B67; }

 a { background-color: rgb(50,139,103); }

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

border-color css

<style>
 span { border-color: #328B67; }

 span { border-color: rgb(50,139,103); }

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