Html Css Color HEX #328413 Bilbao

📋 copy color: '#328413'

red 50 ◦ green 132 ◦ blue 19

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

Shades of Bilbao #328413

Tints of Bilbao #328413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 65.67%

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

R = 24.88%
G = 65.67%
B = 9.45%

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

#328413 (or 0x328413) is known color: Bilbao. HEX triplet: 32, 84 and 13. RGB value is (50,132,19). Sum of RGB (Red+Green+Blue) = 50+132+19=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #328413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328413 is #CD7BEC. Grayscale: #5E5E5E. Windows color (decimal): -13466605 or 1279026. OLE color: 1279026.

HSL color Cylindrical-coordinate representation of color #328413: hue angle of 103.54º 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 #328413 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 19 -
CMYK 0.62 0 0.86 0.48
HSL 103.54º 0.75% 0.3% -
HSV(B) 103.54º 0.86% 0.52% -
XYZ 9.68 17.23 3.43 -
YUV 94.6 85.33 96.19 -
System Red Green Blue C M Y K H S L
Decimal 50 132 19 0.62 0 0.86 0.48 103.54 0.75 0.3
Hex 32 84 13 3E 0 56 30 68 4B 1E
Octal 62 204 23 76 0 126 60 150 113 36
Binary 110010 10000100 10011 111110 0 1010110 110000 1101000 1001011 11110

Color Harmonies of #328413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328413

Black with #328413

Text Example


Text Example

White with #328413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328413; }

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

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

background-color css

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

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

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

border-color css

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

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

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