#348905

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

Shades of Bilbao #348905

Tints of Bilbao #348905

Color information

#348905 (or 0x348905) is unknown color: approx Bilbao. HEX triplet: 34, 89 and 05. RGB value is (52,137,5). Sum of RGB (Red+Green+Blue) = 52+137+5=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #348905 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348905 is #CB76FA. Grayscale: #606060. Windows color (decimal): -13334267 or 362804. OLE color: 362804.

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

Color convert

RGB521375-
CMYK0.6200.960.46
HSL98.64º92.96%27.84%-
HSV(B)98.64º96.35%53.73%-
XYZ10.3918.633.19-
YUV96.5476.3496.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 137 (53.91% from 255) = 70.62%
BLUE value IS 5 (2.34% from 255) = 2.58%
R=26.80%
G=70.62%
B=2.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5213750.6200.960.4698.6492.9627.84
Hex348953E0602E635d1c
Octal6421157601405614313534
Binary11010010001001101111110011000001011101100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348905; }

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

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

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

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

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

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

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

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