Html Css Color HEX #328513 Bilbao

📋 copy color: '#328513'

red 50 ◦ green 133 ◦ blue 19

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

Shades of Bilbao #328513

Tints of Bilbao #328513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.84%

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

R = 24.75%
G = 65.84%
B = 9.41%

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

#328513 (or 0x328513) is known color: Bilbao. HEX triplet: 32, 85 and 13. RGB value is (50,133,19). Sum of RGB (Red+Green+Blue) = 50+133+19=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #328513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328513 is #CD7AEC. Grayscale: #5F5F5F. Windows color (decimal): -13466349 or 1279282. OLE color: 1279282.

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

Color convert

RGB 50 133 19 -
CMYK 0.62 0 0.86 0.48
HSL 103.68º 0.75% 0.3% -
HSV(B) 103.68º 0.86% 0.52% -
XYZ 9.82 17.5 3.48 -
YUV 95.19 85 95.77 -
System Red Green Blue C M Y K H S L
Decimal 50 133 19 0.62 0 0.86 0.48 103.68 0.75 0.3
Hex 32 85 13 3E 0 56 30 68 4B 1E
Octal 62 205 23 76 0 126 60 150 113 36
Binary 110010 10000101 10011 111110 0 1010110 110000 1101000 1001011 11110

Color Harmonies of #328513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328513

Black with #328513

Text Example


Text Example

White with #328513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328513; }

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

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

background-color css

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

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

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

border-color css

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

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

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