Html Css Color HEX #328319 Bilbao

📋 copy color: '#328319'

red 50 ◦ green 131 ◦ blue 25

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

Shades of Bilbao #328319

Tints of Bilbao #328319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 63.59%

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

R = 24.27%
G = 63.59%
B = 12.14%

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

#328319 (or 0x328319) is known color: Bilbao. HEX triplet: 32, 83 and 19. RGB value is (50,131,25). Sum of RGB (Red+Green+Blue) = 50+131+25=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #328319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328319 is #CD7CE6. Grayscale: #5F5F5F. Windows color (decimal): -13466855 or 1671986. OLE color: 1671986.

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

Color convert

RGB 50 131 25 -
CMYK 0.62 0 0.81 0.49
HSL 105.85º 0.68% 0.31% -
HSV(B) 105.85º 0.81% 0.51% -
XYZ 9.61 16.98 3.69 -
YUV 94.7 88.66 96.12 -
System Red Green Blue C M Y K H S L
Decimal 50 131 25 0.62 0 0.81 0.49 105.85 0.68 0.31
Hex 32 83 19 3E 0 51 31 6A 44 1F
Octal 62 203 31 76 0 121 61 152 104 37
Binary 110010 10000011 11001 111110 0 1010001 110001 1101010 1000100 11111

Color Harmonies of #328319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328319

Black with #328319

Text Example


Text Example

White with #328319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328319; }

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

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

background-color css

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

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

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

border-color css

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

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

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