#347701

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

Shades of Bilbao #347701

Tints of Bilbao #347701

Color information

#347701 (or 0x347701) is unknown color: approx Bilbao. HEX triplet: 34, 77 and 01. RGB value is (52,119,1). Sum of RGB (Red+Green+Blue) = 52+119+1=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 119 (46.88% from 255 or 69.19% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 119 - color contains mainly: green. Hex color #347701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347701 is #CB88FE. Grayscale: #555555. Windows color (decimal): -13338879 or 96052. OLE color: 96052.

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

Color convert

RGB521191-
CMYK0.5600.990.53
HSL94.07º98.33%23.53%-
HSV(B)94.07º99.16%46.67%-
XYZ8.0213.932.29-
YUV85.5280.3104.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 119 (46.88% from 255) = 69.19%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=30.23%
G=69.19%
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.53
SystemRedGreenBlueCMYKHSL
Decimal5211910.5600.990.5394.0798.3323.53
Hex3477138063355e6218
Octal6416717001436513614230
Binary11010011101111111000011000111101011011110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347701; }

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

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

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

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

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

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

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

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