#337B1C

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

Shades of Bilbao #337B1C

Tints of Bilbao #337B1C

Color information

#337B1C (or 0x337B1C) is unknown color: approx Bilbao. HEX triplet: 33, 7B and 1C. RGB value is (51,123,28). Sum of RGB (Red+Green+Blue) = 51+123+28=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 123 (48.44% from 255 or 60.89% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 123 - color contains mainly: green. Hex color #337B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337B1C is #CC84E3. Grayscale: #5A5A5A. Windows color (decimal): -13403364 or 1866547. OLE color: 1866547.

HSL color Cylindrical-coordinate representation of color #337B1C: hue angle of 105.47º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #337B1C is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB5112328-
CMYK0.5900.770.52
HSL105.47º62.91%29.61%-
HSV(B)105.47º77.24%48.24%-
XYZ8.6614.953.53-
YUV90.6492.6599.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.25%
GREEN value IS 123 (48.44% from 255) = 60.89%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=25.25%
G=60.89%
B=13.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51123280.5900.770.52105.4762.9129.61
Hex337B1C3B04D34693f1e
Octal6317334730115641517736
Binary11001111110111110011101101001101110100110100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337B1C; }

 p { color: rgb(51,123,28); }

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

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

 a { background-color: rgb(51,123,28); }

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

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

 span { border-color: rgb(51,123,28); }

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