#418713

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

Shades of Bilbao #418713

Tints of Bilbao #418713

Color information

#418713 (or 0x418713) is unknown color: approx Bilbao. HEX triplet: 41, 87 and 13. RGB value is (65,135,19). Sum of RGB (Red+Green+Blue) = 65+135+19=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 135 (53.12% from 255 or 61.64% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 135 - color contains mainly: green. Hex color #418713 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418713 is #BE78EC. Grayscale: #656565. Windows color (decimal): -12482797 or 1279809. OLE color: 1279809.

HSL color Cylindrical-coordinate representation of color #418713: hue angle of 96.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #418713 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB6513519-
CMYK0.5200.860.47
HSL96.21º75.32%30.2%-
HSV(B)96.21º85.93%52.94%-
XYZ10.9618.53.61-
YUV100.8581.81102.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 135 (53.12% from 255) = 61.64%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=29.68%
G=61.64%
B=8.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65135190.5200.860.4796.2175.3230.2
Hex418713340562F604b1e
Octal101207236401265714011336
Binary10000011000011110011110100010101101011111100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418713; }

 p { color: rgb(65,135,19); }

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

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

 a { background-color: rgb(65,135,19); }

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

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

 span { border-color: rgb(65,135,19); }

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