Html Css Color HEX #327326 Bilbao

📋 copy color: '#327326'

red 50 ◦ green 115 ◦ blue 38

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

Shades of Bilbao #327326

Tints of Bilbao #327326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.65%

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 24.63%
G = 56.65%
B = 18.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#327326 (or 0x327326) is known color: Bilbao. HEX triplet: 32, 73 and 26. RGB value is (50,115,38). Sum of RGB (Red+Green+Blue) = 50+115+38=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #327326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327326 is #CD8CD9. Grayscale: #575757. Windows color (decimal): -13470938 or 2519858. OLE color: 2519858.

HSL color Cylindrical-coordinate representation of color #327326: hue angle of 110.65º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327326 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 38 -
CMYK 0.57 0 0.67 0.55
HSL 110.65º 0.5% 0.3% -
HSV(B) 110.65º 0.67% 0.45% -
XYZ 7.8 13.08 3.95 -
YUV 86.79 100.47 101.76 -
System Red Green Blue C M Y K H S L
Decimal 50 115 38 0.57 0 0.67 0.55 110.65 0.5 0.3
Hex 32 73 26 39 0 43 37 6F 32 1E
Octal 62 163 46 71 0 103 67 157 62 36
Binary 110010 1110011 100110 111001 0 1000011 110111 1101111 110010 11110

Color Harmonies of #327326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327326

Black with #327326

Text Example


Text Example

White with #327326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327326; }

 p { color: rgb(50,115,38); }

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

background-color css

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

 a { background-color: rgb(50,115,38); }

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

border-color css

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

 span { border-color: rgb(50,115,38); }

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