Html Css Color HEX #326E13 Bilbao

📋 copy color: '#326E13'

red 50 ◦ green 110 ◦ blue 19

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

Shades of Bilbao #326E13

Tints of Bilbao #326E13

RGB

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

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

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

R = 27.93%
G = 61.45%
B = 10.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#326E13 (or 0x326E13) is known color: Bilbao. HEX triplet: 32, 6E and 13. RGB value is (50,110,19). Sum of RGB (Red+Green+Blue) = 50+110+19=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 110 (43.36% from 255 or 61.45% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 110 - color contains mainly: green. Hex color #326E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326E13 is #CD91EC. Grayscale: #515151. Windows color (decimal): -13472237 or 1273394. OLE color: 1273394.

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

Color convert

RGB 50 110 19 -
CMYK 0.55 0 0.83 0.57
HSL 99.56º 0.71% 0.25% -
HSV(B) 99.56º 0.83% 0.43% -
XYZ 7.01 11.88 2.54 -
YUV 81.69 92.62 105.4 -
System Red Green Blue C M Y K H S L
Decimal 50 110 19 0.55 0 0.83 0.57 99.56 0.71 0.25
Hex 32 6E 13 37 0 53 39 64 47 19
Octal 62 156 23 67 0 123 71 144 107 31
Binary 110010 1101110 10011 110111 0 1010011 111001 1100100 1000111 11001

Color Harmonies of #326E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E13

Black with #326E13

Text Example


Text Example

White with #326E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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