#348803

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

Shades of Bilbao #348803

Tints of Bilbao #348803

Color information

#348803 (or 0x348803) is unknown color: approx Bilbao. HEX triplet: 34, 88 and 03. RGB value is (52,136,3). Sum of RGB (Red+Green+Blue) = 52+136+3=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 136 (53.52% from 255 or 71.20% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 136 - color contains mainly: green. Hex color #348803 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348803 is #CB77FC. Grayscale: #606060. Windows color (decimal): -13334525 or 231476. OLE color: 231476.

HSL color Cylindrical-coordinate representation of color #348803: hue angle of 97.89º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #348803 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB521363-
CMYK0.6200.980.47
HSL97.89º95.68%27.25%-
HSV(B)97.89º97.79%53.33%-
XYZ10.2418.343.09-
YUV95.7275.6796.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 136 (53.52% from 255) = 71.20%
BLUE value IS 3 (1.56% from 255) = 1.57%
R=27.23%
G=71.20%
B=1.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5213630.6200.980.4797.8995.6827.25
Hex348833E0622F62601b
Octal6421037601425714214033
Binary1101001000100011111110011000101011111100010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348803; }

 p { color: rgb(52,136,3); }

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

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

 a { background-color: rgb(52,136,3); }

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

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

 span { border-color: rgb(52,136,3); }

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