#31721C

Color #31721C Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #31721C

Tints of Bilbao #31721C

Color information

#31721C (or 0x31721C) is unknown color: approx Bilbao. HEX triplet: 31, 72 and 1C. RGB value is (49,114,28). Sum of RGB (Red+Green+Blue) = 49+114+28=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #31721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31721C is #CE8DE3. Grayscale: #555555. Windows color (decimal): -13536740 or 1864241. OLE color: 1864241.

HSL color Cylindrical-coordinate representation of color #31721C: hue angle of 105.35º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31721C is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB4911428-
CMYK0.5700.750.55
HSL105.35º60.56%27.84%-
HSV(B)105.35º75.44%44.71%-
XYZ7.4912.773.17-
YUV84.7695.97102.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 114 (44.92% from 255) = 59.69%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=25.65%
G=59.69%
B=14.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114280.5700.750.55105.3560.5627.84
Hex31721C3904B37693d1c
Octal6116234710113671517534
Binary11000111100101110011100101001011110111110100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31721C; }

 p { color: rgb(49,114,28); }

 H1.HeaderClassName
 {
   color: #31721C;
 }
 .AnyTagClassName
 {
   color: #31721C;
 }
</style>
background-color css

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

 a { background-color: rgb(49,114,28); }

 div.DivClassName
 {
   background-color: #31721C;
 }
 .BgClassName
 {
   background-color: #31721C;
 }
</style>
border-color css

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

 span { border-color: rgb(49,114,28); }

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