#348817

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

Shades of Bilbao #348817

Tints of Bilbao #348817

Color information

#348817 (or 0x348817) is unknown color: approx Bilbao. HEX triplet: 34, 88 and 17. RGB value is (52,136,23). Sum of RGB (Red+Green+Blue) = 52+136+23=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 136 (53.52% from 255 or 64.45% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 136 - color contains mainly: green. Hex color #348817 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348817 is #CB77E8. Grayscale: #626262. Windows color (decimal): -13334505 or 1542196. OLE color: 1542196.

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

Color convert

RGB5213623-
CMYK0.6200.830.47
HSL104.6º71.07%31.18%-
HSV(B)104.6º83.09%53.33%-
XYZ10.3718.43.82-
YUV9885.6795.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 136 (53.52% from 255) = 64.45%
BLUE value IS 23 (9.38% from 255) = 10.90%
R=24.64%
G=64.45%
B=10.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136230.6200.830.47104.671.0731.18
Hex3488173E0532F69471f
Octal64210277601235715110737
Binary1101001000100010111111110010100111011111101001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348817; }

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

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

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

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

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

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

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

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