#348900

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

Shades of Bilbao #348900

Tints of Bilbao #348900

Color information

#348900 (or 0x348900) is unknown color: approx Bilbao. HEX triplet: 34, 89 and 00. RGB value is (52,137,0). Sum of RGB (Red+Green+Blue) = 52+137+0=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 137 (53.91% from 255 or 72.49% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 137 - color contains mainly: green. Hex color #348900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348900 is #CB76FF. Grayscale: #606060. Windows color (decimal): -13334272 or 35124. OLE color: 35124.

HSL color Cylindrical-coordinate representation of color #348900: hue angle of 97.23º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #348900 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB521370-
CMYK0.62010.46
HSL97.23º100%26.86%-
HSV(B)97.23º100%53.73%-
XYZ10.3618.623.05-
YUV95.9773.8496.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 137 (53.91% from 255) = 72.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.51%
G=72.49%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5213700.62010.4697.2310026.86
Hex348903E0642E61641b
Octal6421107601445614114433
Binary110100100010010111110011001001011101100001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348900; }

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

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

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

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

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

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

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

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