Html Css Color HEX #326E01 Bilbao

📋 copy color: '#326E01'

red 50 ◦ green 110 ◦ blue 1

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

Shades of Bilbao #326E01

Tints of Bilbao #326E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 68.32%

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 31.06%
G = 68.32%
B = 0.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#326E01 (or 0x326E01) is known color: Bilbao. HEX triplet: 32, 6E and 01. RGB value is (50,110,1). Sum of RGB (Red+Green+Blue) = 50+110+1=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 110 (43.36% from 255 or 68.32% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 110 - color contains mainly: green. Hex color #326E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326E01 is #CD91FE. Grayscale: #505050. Windows color (decimal): -13472255 or 93746. OLE color: 93746.

HSL color Cylindrical-coordinate representation of color #326E01: hue angle of 93.03º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #326E01 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 110 1 -
CMYK 0.55 0 0.99 0.57
HSL 93.03º 0.98% 0.22% -
HSV(B) 93.03º 0.99% 0.43% -
XYZ 6.9 11.83 1.95 -
YUV 79.63 83.62 106.86 -
System Red Green Blue C M Y K H S L
Decimal 50 110 1 0.55 0 0.99 0.57 93.03 0.98 0.22
Hex 32 6E 1 37 0 63 39 5D 62 16
Octal 62 156 1 67 0 143 71 135 142 26
Binary 110010 1101110 1 110111 0 1100011 111001 1011101 1100010 10110

Color Harmonies of #326E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E01

Black with #326E01

Text Example


Text Example

White with #326E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326E01; }

 p { color: rgb(50,110,1); }

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

background-color css

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

 a { background-color: rgb(50,110,1); }

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

border-color css

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

 span { border-color: rgb(50,110,1); }

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