Html Css Color HEX #328C15 Bilbao

📋 copy color: '#328C15'

red 50 ◦ green 140 ◦ blue 21

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

Shades of Bilbao #328C15

Tints of Bilbao #328C15

RGB

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

 GREEN value IS 140 (55.08% from 255) = 66.35%

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 23.7%
G = 66.35%
B = 9.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#328C15 (or 0x328C15) is known color: Bilbao. HEX triplet: 32, 8C and 15. RGB value is (50,140,21). Sum of RGB (Red+Green+Blue) = 50+140+21=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 140 (55.08% from 255 or 66.35% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 140 - color contains mainly: green. Hex color #328C15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328C15 is #CD73EA. Grayscale: #636363. Windows color (decimal): -13464555 or 1412146. OLE color: 1412146.

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

Color convert

RGB 50 140 21 -
CMYK 0.64 0 0.85 0.45
HSL 105.38º 0.74% 0.32% -
HSV(B) 105.38º 0.85% 0.55% -
XYZ 10.83 19.49 3.9 -
YUV 99.52 83.68 92.68 -
System Red Green Blue C M Y K H S L
Decimal 50 140 21 0.64 0 0.85 0.45 105.38 0.74 0.32
Hex 32 8C 15 40 0 55 2D 69 4A 20
Octal 62 214 25 100 0 125 55 151 112 40
Binary 110010 10001100 10101 1000000 0 1010101 101101 1101001 1001010 100000

Color Harmonies of #328C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C15

Black with #328C15

Text Example


Text Example

White with #328C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,140,21); }

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

background-color css

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

 a { background-color: rgb(50,140,21); }

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

border-color css

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

 span { border-color: rgb(50,140,21); }

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