Html Css Color HEX #328B0F Bilbao

📋 copy color: '#328B0F'

red 50 ◦ green 139 ◦ blue 15

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

Shades of Bilbao #328B0F

Tints of Bilbao #328B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 24.51%
G = 68.14%
B = 7.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#328B0F (or 0x328B0F) is known color: Bilbao. HEX triplet: 32, 8B and 0F. RGB value is (50,139,15). Sum of RGB (Red+Green+Blue) = 50+139+15=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #328B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328B0F is #CD74F0. Grayscale: #626262. Windows color (decimal): -13464817 or 1018674. OLE color: 1018674.

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

Color convert

RGB 50 139 15 -
CMYK 0.64 0 0.89 0.45
HSL 103.06º 0.81% 0.3% -
HSV(B) 103.06º 0.89% 0.55% -
XYZ 10.63 19.18 3.59 -
YUV 98.25 81.01 93.58 -
System Red Green Blue C M Y K H S L
Decimal 50 139 15 0.64 0 0.89 0.45 103.06 0.81 0.3
Hex 32 8B F 40 0 59 2D 67 51 1E
Octal 62 213 17 100 0 131 55 147 121 36
Binary 110010 10001011 1111 1000000 0 1011001 101101 1100111 1010001 11110

Color Harmonies of #328B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B0F

Black with #328B0F

Text Example


Text Example

White with #328B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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