Html Css Color HEX #328213 Bilbao

📋 copy color: '#328213'

red 50 ◦ green 130 ◦ blue 19

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

Shades of Bilbao #328213

Tints of Bilbao #328213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 25.13%
G = 65.33%
B = 9.55%

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

#328213 (or 0x328213) is known color: Bilbao. HEX triplet: 32, 82 and 13. RGB value is (50,130,19). Sum of RGB (Red+Green+Blue) = 50+130+19=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #328213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328213 is #CD7DEC. Grayscale: #5D5D5D. Windows color (decimal): -13467117 or 1278514. OLE color: 1278514.

HSL color Cylindrical-coordinate representation of color #328213: hue angle of 103.24º degrees, saturation: 0.74, 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 #328213 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 19 -
CMYK 0.62 0 0.85 0.49
HSL 103.24º 0.74% 0.29% -
HSV(B) 103.24º 0.85% 0.51% -
XYZ 9.42 16.69 3.34 -
YUV 93.43 86 97.03 -
System Red Green Blue C M Y K H S L
Decimal 50 130 19 0.62 0 0.85 0.49 103.24 0.74 0.29
Hex 32 82 13 3E 0 55 31 67 4A 1D
Octal 62 202 23 76 0 125 61 147 112 35
Binary 110010 10000010 10011 111110 0 1010101 110001 1100111 1001010 11101

Color Harmonies of #328213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328213

Black with #328213

Text Example


Text Example

White with #328213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328213; }

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

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

background-color css

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

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

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

border-color css

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

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

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