#337701

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

Shades of Bilbao #337701

Tints of Bilbao #337701

Color information

#337701 (or 0x337701) is unknown color: approx Bilbao. HEX triplet: 33, 77 and 01. RGB value is (51,119,1). Sum of RGB (Red+Green+Blue) = 51+119+1=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #337701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337701 is #CC88FE. Grayscale: #555555. Windows color (decimal): -13404415 or 96051. OLE color: 96051.

HSL color Cylindrical-coordinate representation of color #337701: hue angle of 94.58º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #337701 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB511191-
CMYK0.5700.990.53
HSL94.58º98.33%23.53%-
HSV(B)94.58º99.16%46.67%-
XYZ7.9713.92.29-
YUV85.2280.47103.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 119 (46.88% from 255) = 69.59%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=29.82%
G=69.59%
B=0.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5111910.5700.990.5394.5898.3323.53
Hex3377139063355f6218
Octal6316717101436513714230
Binary11001111101111111001011000111101011011111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337701; }

 p { color: rgb(51,119,1); }

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

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

 a { background-color: rgb(51,119,1); }

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

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

 span { border-color: rgb(51,119,1); }

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