Html Css Color HEX #328913 Bilbao

📋 copy color: '#328913'

red 50 ◦ green 137 ◦ blue 19

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

Shades of Bilbao #328913

Tints of Bilbao #328913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 66.5%

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

R = 24.27%
G = 66.5%
B = 9.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#328913 (or 0x328913) is known color: Bilbao. HEX triplet: 32, 89 and 13. RGB value is (50,137,19). Sum of RGB (Red+Green+Blue) = 50+137+19=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #328913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328913 is #CD76EC. Grayscale: #616161. Windows color (decimal): -13465325 or 1280306. OLE color: 1280306.

HSL color Cylindrical-coordinate representation of color #328913: hue angle of 104.24º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #328913 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 19 -
CMYK 0.64 0 0.86 0.46
HSL 104.24º 0.76% 0.31% -
HSV(B) 104.24º 0.86% 0.54% -
XYZ 10.38 18.62 3.66 -
YUV 97.54 83.68 94.09 -
System Red Green Blue C M Y K H S L
Decimal 50 137 19 0.64 0 0.86 0.46 104.24 0.76 0.31
Hex 32 89 13 40 0 56 2E 68 4C 1F
Octal 62 211 23 100 0 126 56 150 114 37
Binary 110010 10001001 10011 1000000 0 1010110 101110 1101000 1001100 11111

Color Harmonies of #328913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328913

Black with #328913

Text Example


Text Example

White with #328913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328913; }

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

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

background-color css

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

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

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

border-color css

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

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

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