#347601

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

Shades of Bilbao #347601

Tints of Bilbao #347601

Color information

#347601 (or 0x347601) is unknown color: approx Bilbao. HEX triplet: 34, 76 and 01. RGB value is (52,118,1). Sum of RGB (Red+Green+Blue) = 52+118+1=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #347601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347601 is #CB89FE. Grayscale: #555555. Windows color (decimal): -13339135 or 95796. OLE color: 95796.

HSL color Cylindrical-coordinate representation of color #347601: hue angle of 93.85º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #347601 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB521181-
CMYK0.5600.990.54
HSL93.85º98.32%23.33%-
HSV(B)93.85º99.15%46.27%-
XYZ7.913.692.25-
YUV84.9380.63104.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 118 (46.48% from 255) = 69.01%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=30.41%
G=69.01%
B=0.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5211810.5600.990.5493.8598.3223.33
Hex3476138063365e6217
Octal6416617001436613614227
Binary11010011101101111000011000111101101011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347601; }

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

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

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

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

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

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

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

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