Html Css Color HEX #328214 Bilbao

📋 copy color: '#328214'

red 50 ◦ green 130 ◦ blue 20

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

Shades of Bilbao #328214

Tints of Bilbao #328214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 25%
G = 65%
B = 10%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#328214 (or 0x328214) is known color: Bilbao. HEX triplet: 32, 82 and 14. RGB value is (50,130,20). Sum of RGB (Red+Green+Blue) = 50+130+20=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #328214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328214 is #CD7DEB. Grayscale: #5D5D5D. Windows color (decimal): -13467116 or 1344050. OLE color: 1344050.

HSL color Cylindrical-coordinate representation of color #328214: hue angle of 103.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #328214 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 20 -
CMYK 0.62 0 0.85 0.49
HSL 103.64º 0.73% 0.29% -
HSV(B) 103.64º 0.85% 0.51% -
XYZ 9.42 16.69 3.39 -
YUV 93.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 50 130 20 0.62 0 0.85 0.49 103.64 0.73 0.29
Hex 32 82 14 3E 0 55 31 68 49 1D
Octal 62 202 24 76 0 125 61 150 111 35
Binary 110010 10000010 10100 111110 0 1010101 110001 1101000 1001001 11101

Color Harmonies of #328214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328214

Black with #328214

Text Example


Text Example

White with #328214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328214; }

 p { color: rgb(50,130,20); }

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

background-color css

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

 a { background-color: rgb(50,130,20); }

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

border-color css

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

 span { border-color: rgb(50,130,20); }

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