Html Css Color HEX #326611 Bilbao

📋 copy color: '#326611'

red 50 ◦ green 102 ◦ blue 17

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

Shades of Bilbao #326611

Tints of Bilbao #326611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 29.59%
G = 60.36%
B = 10.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#326611 (or 0x326611) is known color: Bilbao. HEX triplet: 32, 66 and 11. RGB value is (50,102,17). Sum of RGB (Red+Green+Blue) = 50+102+17=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #326611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326611 is #CD99EE. Grayscale: #4D4D4D. Windows color (decimal): -13474287 or 1140274. OLE color: 1140274.

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

Color convert

RGB 50 102 17 -
CMYK 0.51 0 0.83 0.6
HSL 96.71º 0.71% 0.23% -
HSV(B) 96.71º 0.83% 0.4% -
XYZ 6.17 10.22 2.18 -
YUV 76.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 50 102 17 0.51 0 0.83 0.6 96.71 0.71 0.23
Hex 32 66 11 33 0 53 3C 61 47 17
Octal 62 146 21 63 0 123 74 141 107 27
Binary 110010 1100110 10001 110011 0 1010011 111100 1100001 1000111 10111

Color Harmonies of #326611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326611

Black with #326611

Text Example


Text Example

White with #326611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326611; }

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

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

background-color css

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

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

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

border-color css

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

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

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