#347801

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

Shades of Bilbao #347801

Tints of Bilbao #347801

Color information

#347801 (or 0x347801) is unknown color: approx Bilbao. HEX triplet: 34, 78 and 01. RGB value is (52,120,1). Sum of RGB (Red+Green+Blue) = 52+120+1=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 120 (47.27% from 255 or 69.36% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 120 - color contains mainly: green. Hex color #347801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347801 is #CB87FE. Grayscale: #565656. Windows color (decimal): -13338623 or 96308. OLE color: 96308.

HSL color Cylindrical-coordinate representation of color #347801: hue angle of 94.29º 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 #347801 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB521201-
CMYK0.5700.990.53
HSL94.29º98.35%23.73%-
HSV(B)94.29º99.17%47.06%-
XYZ8.1414.172.33-
YUV86.179.97103.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 120 (47.27% from 255) = 69.36%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=30.06%
G=69.36%
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
Decimal5212010.5700.990.5394.2998.3523.73
Hex3478139063355e6218
Octal6417017101436513614230
Binary11010011110001111001011000111101011011110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347801; }

 p { color: rgb(52,120,1); }

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

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

 a { background-color: rgb(52,120,1); }

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

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

 span { border-color: rgb(52,120,1); }

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