Html Css Color HEX #326613 Bilbao

📋 copy color: '#326613'

red 50 ◦ green 102 ◦ blue 19

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

Shades of Bilbao #326613

Tints of Bilbao #326613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 59.65%

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

R = 29.24%
G = 59.65%
B = 11.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#326613 (or 0x326613) is known color: Bilbao. HEX triplet: 32, 66 and 13. RGB value is (50,102,19). Sum of RGB (Red+Green+Blue) = 50+102+19=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #326613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326613 is #CD99EC. Grayscale: #4D4D4D. Windows color (decimal): -13474285 or 1271346. OLE color: 1271346.

HSL color Cylindrical-coordinate representation of color #326613: hue angle of 97.59º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #326613 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 102 19 -
CMYK 0.51 0 0.81 0.6
HSL 97.59º 0.69% 0.24% -
HSV(B) 97.59º 0.81% 0.4% -
XYZ 6.18 10.23 2.26 -
YUV 76.99 95.27 108.75 -
System Red Green Blue C M Y K H S L
Decimal 50 102 19 0.51 0 0.81 0.6 97.59 0.69 0.24
Hex 32 66 13 33 0 51 3C 62 45 18
Octal 62 146 23 63 0 121 74 142 105 30
Binary 110010 1100110 10011 110011 0 1010001 111100 1100010 1000101 11000

Color Harmonies of #326613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326613

Black with #326613

Text Example


Text Example

White with #326613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326613; }

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

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

background-color css

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

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

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

border-color css

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

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

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