#347700

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

Shades of Bilbao #347700

Tints of Bilbao #347700

Color information

#347700 (or 0x347700) is unknown color: approx Bilbao. HEX triplet: 34, 77 and 00. RGB value is (52,119,0). Sum of RGB (Red+Green+Blue) = 52+119+0=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #347700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347700 is #CB88FF. Grayscale: #555555. Windows color (decimal): -13338880 or 30516. OLE color: 30516.

HSL color Cylindrical-coordinate representation of color #347700: hue angle of 93.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #347700 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB521190-
CMYK0.56010.53
HSL93.78º100%23.33%-
HSV(B)93.78º100%46.67%-
XYZ8.0113.922.27-
YUV85.479.8104.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 119 (46.88% from 255) = 69.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.41%
G=69.59%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5211900.56010.5393.7810023.33
Hex3477038064355e6417
Octal6416707001446513614427
Binary11010011101110111000011001001101011011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347700; }

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

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

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

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

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

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

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

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