#347B00

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

Shades of Bilbao #347B00

Tints of Bilbao #347B00

Color information

#347B00 (or 0x347B00) is unknown color: approx Bilbao. HEX triplet: 34, 7B and 00. RGB value is (52,123,0). Sum of RGB (Red+Green+Blue) = 52+123+0=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 123 (48.44% from 255 or 70.29% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 123 - color contains mainly: green. Hex color #347B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347B00 is #CB84FF. Grayscale: #585858. Windows color (decimal): -13337856 or 31540. OLE color: 31540.

HSL color Cylindrical-coordinate representation of color #347B00: hue angle of 94.63º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #347B00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB521230-
CMYK0.58010.52
HSL94.63º100%24.12%-
HSV(B)94.63º100%48.24%-
XYZ8.514.92.43-
YUV87.7578.48102.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 123 (48.44% from 255) = 70.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.71%
G=70.29%
B=0%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5212300.58010.5294.6310024.12
Hex347B03A064345f6418
Octal6417307201446413714430
Binary11010011110110111010011001001101001011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347B00; }

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

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

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

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

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

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

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

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