#417A2C

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

Shades of Bilbao #417A2C

Tints of Bilbao #417A2C

Color information

#417A2C (or 0x417A2C) is unknown color: approx Bilbao. HEX triplet: 41, 7A and 2C. RGB value is (65,122,44). Sum of RGB (Red+Green+Blue) = 65+122+44=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #417A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417A2C is #BE85D3. Grayscale: #606060. Windows color (decimal): -12486100 or 2914881. OLE color: 2914881.

HSL color Cylindrical-coordinate representation of color #417A2C: hue angle of 103.85º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #417A2C is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB6512244-
CMYK0.4700.640.52
HSL103.85º46.99%32.55%-
HSV(B)103.85º63.93%47.84%-
XYZ9.5915.224.82-
YUV96.0698.62105.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 122 (48.05% from 255) = 52.81%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=28.14%
G=52.81%
B=19.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65122440.4700.640.52103.8546.9932.55
Hex417A2C2F04034682f21
Octal10117254570100641505741
Binary10000011111010101100101111010000001101001101000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417A2C; }

 p { color: rgb(65,122,44); }

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

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

 a { background-color: rgb(65,122,44); }

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

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

 span { border-color: rgb(65,122,44); }

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