Html Css Color HEX #328219 Bilbao

📋 copy color: '#328219'

red 50 ◦ green 130 ◦ blue 25

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

Shades of Bilbao #328219

Tints of Bilbao #328219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.2%

R = 24.39%
G = 63.41%
B = 12.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#328219 (or 0x328219) is known color: Bilbao. HEX triplet: 32, 82 and 19. RGB value is (50,130,25). Sum of RGB (Red+Green+Blue) = 50+130+25=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #328219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328219 is #CD7DE6. Grayscale: #5E5E5E. Windows color (decimal): -13467111 or 1671730. OLE color: 1671730.

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

Color convert

RGB 50 130 25 -
CMYK 0.62 0 0.81 0.49
HSL 105.71º 0.68% 0.3% -
HSV(B) 105.71º 0.81% 0.51% -
XYZ 9.47 16.71 3.65 -
YUV 94.11 89 96.54 -
System Red Green Blue C M Y K H S L
Decimal 50 130 25 0.62 0 0.81 0.49 105.71 0.68 0.3
Hex 32 82 19 3E 0 51 31 6A 44 1E
Octal 62 202 31 76 0 121 61 152 104 36
Binary 110010 10000010 11001 111110 0 1010001 110001 1101010 1000100 11110

Color Harmonies of #328219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328219

Black with #328219

Text Example


Text Example

White with #328219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328219; }

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

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

background-color css

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

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

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

border-color css

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

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

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