#417427

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

Shades of Bilbao #417427

Tints of Bilbao #417427

Color information

#417427 (or 0x417427) is unknown color: approx Bilbao. HEX triplet: 41, 74 and 27. RGB value is (65,116,39). Sum of RGB (Red+Green+Blue) = 65+116+39=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #417427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417427 is #BE8BD8. Grayscale: #5C5C5C. Windows color (decimal): -12487641 or 2585665. OLE color: 2585665.

HSL color Cylindrical-coordinate representation of color #417427: hue angle of 99.74º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417427 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB6511639-
CMYK0.4400.660.55
HSL99.74º49.68%30.39%-
HSV(B)99.74º66.38%45.49%-
XYZ8.7913.764.11-
YUV91.9798.1108.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 116 (45.70% from 255) = 52.73%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=29.55%
G=52.73%
B=17.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116390.4400.660.5599.7449.6830.39
Hex4174272C0423764321e
Octal10116447540102671446236
Binary1000001111010010011110110001000010110111110010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417427; }

 p { color: rgb(65,116,39); }

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

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

 a { background-color: rgb(65,116,39); }

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

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

 span { border-color: rgb(65,116,39); }

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