#347F0D

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

Shades of Bilbao #347F0D

Tints of Bilbao #347F0D

Color information

#347F0D (or 0x347F0D) is unknown color: approx Bilbao. HEX triplet: 34, 7F and 0D. RGB value is (52,127,13). Sum of RGB (Red+Green+Blue) = 52+127+13=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 127 (50% from 255 or 66.15% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 127 - color contains mainly: green. Hex color #347F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347F0D is #CB80F2. Grayscale: #5B5B5B. Windows color (decimal): -13336819 or 884532. OLE color: 884532.

HSL color Cylindrical-coordinate representation of color #347F0D: hue angle of 99.47º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #347F0D is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB5212713-
CMYK0.5900.900.50
HSL99.47º81.43%27.45%-
HSV(B)99.47º89.76%49.8%-
XYZ9.0815.942.98-
YUV91.5883.6599.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 127 (50% from 255) = 66.15%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=27.08%
G=66.15%
B=6.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52127130.5900.900.5099.4781.4327.45
Hex347FD3B05A3263511b
Octal64177157301326214312133
Binary11010011111111101111011010110101100101100011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,127,13); }

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

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

 a { background-color: rgb(52,127,13); }

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

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

 span { border-color: rgb(52,127,13); }

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