Html Css Color HEX #328412 Bilbao

📋 copy color: '#328412'

red 50 ◦ green 132 ◦ blue 18

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

Shades of Bilbao #328412

Tints of Bilbao #328412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66%

 BLUE value IS 18 (7.42% from 255) = 9%

R = 25%
G = 66%
B = 9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#328412 (or 0x328412) is known color: Bilbao. HEX triplet: 32, 84 and 12. RGB value is (50,132,18). Sum of RGB (Red+Green+Blue) = 50+132+18=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #328412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328412 is #CD7BED. Grayscale: #5E5E5E. Windows color (decimal): -13466606 or 1213490. OLE color: 1213490.

HSL color Cylindrical-coordinate representation of color #328412: hue angle of 103.16º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #328412 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 18 -
CMYK 0.62 0 0.86 0.48
HSL 103.16º 0.76% 0.29% -
HSV(B) 103.16º 0.86% 0.52% -
XYZ 9.68 17.22 3.39 -
YUV 94.49 84.83 96.27 -
System Red Green Blue C M Y K H S L
Decimal 50 132 18 0.62 0 0.86 0.48 103.16 0.76 0.29
Hex 32 84 12 3E 0 56 30 67 4C 1D
Octal 62 204 22 76 0 126 60 147 114 35
Binary 110010 10000100 10010 111110 0 1010110 110000 1100111 1001100 11101

Color Harmonies of #328412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328412

Black with #328412

Text Example


Text Example

White with #328412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328412; }

 p { color: rgb(50,132,18); }

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

background-color css

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

 a { background-color: rgb(50,132,18); }

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

border-color css

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

 span { border-color: rgb(50,132,18); }

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