Html Css Color HEX #327126 Bilbao

📋 copy color: '#327126'

red 50 ◦ green 113 ◦ blue 38

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

Shades of Bilbao #327126

Tints of Bilbao #327126

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.22%

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

R = 24.88%
G = 56.22%
B = 18.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#327126 (or 0x327126) is known color: Bilbao. HEX triplet: 32, 71 and 26. RGB value is (50,113,38). Sum of RGB (Red+Green+Blue) = 50+113+38=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #327126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327126 is #CD8ED9. Grayscale: #555555. Windows color (decimal): -13471450 or 2519346. OLE color: 2519346.

HSL color Cylindrical-coordinate representation of color #327126: hue angle of 110.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327126 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 38 -
CMYK 0.56 0 0.66 0.56
HSL 110.4º 0.5% 0.3% -
HSV(B) 110.4º 0.66% 0.44% -
XYZ 7.57 12.63 3.87 -
YUV 85.61 101.13 102.6 -
System Red Green Blue C M Y K H S L
Decimal 50 113 38 0.56 0 0.66 0.56 110.4 0.5 0.3
Hex 32 71 26 38 0 42 38 6E 32 1E
Octal 62 161 46 70 0 102 70 156 62 36
Binary 110010 1110001 100110 111000 0 1000010 111000 1101110 110010 11110

Color Harmonies of #327126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327126

Black with #327126

Text Example


Text Example

White with #327126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327126; }

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

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

background-color css

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

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

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

border-color css

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

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

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