#348400

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

Shades of Bilbao #348400

Tints of Bilbao #348400

Color information

#348400 (or 0x348400) is unknown color: approx Bilbao. HEX triplet: 34, 84 and 00. RGB value is (52,132,0). Sum of RGB (Red+Green+Blue) = 52+132+0=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 132 (51.95% from 255 or 71.74% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 132 - color contains mainly: green. Hex color #348400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348400 is #CB7BFF. Grayscale: #5D5D5D. Windows color (decimal): -13335552 or 33844. OLE color: 33844.

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

Color convert

RGB521320-
CMYK0.61010.48
HSL96.36º100%25.88%-
HSV(B)96.36º100%51.76%-
XYZ9.6717.232.82-
YUV93.0375.598.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 132 (51.95% from 255) = 71.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.26%
G=71.74%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5213200.61010.4896.3610025.88
Hex348403D0643060641a
Octal6420407501446014014432
Binary110100100001000111101011001001100001100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348400; }

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

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

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

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

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

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

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

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