Html Css Color HEX #417512 Bilbao

📋 copy color: '#417512'

red 65 ◦ green 117 ◦ blue 18

#417512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #417512

Tints of Bilbao #417512

RGB

 RED value IS 65 (25.78% from 255) = 32.5%

 GREEN value IS 117 (46.09% from 255) = 58.5%

 BLUE value IS 18 (7.42% from 255) = 9%

R = 32.5%
G = 58.5%
B = 9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#417512 (or 0x417512) is known color: Bilbao. HEX triplet: 41, 75 and 12. RGB value is (65,117,18). Sum of RGB (Red+Green+Blue) = 65+117+18=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #417512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417512 is #BE8AED. Grayscale: #5A5A5A. Windows color (decimal): -12487406 or 1209665. OLE color: 1209665.

HSL color Cylindrical-coordinate representation of color #417512: hue angle of 91.52º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #417512 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 18 -
CMYK 0.44 0 0.85 0.54
HSL 91.52º 0.73% 0.26% -
HSV(B) 91.52º 0.85% 0.46% -
XYZ 8.65 13.89 2.8 -
YUV 90.17 87.27 110.05 -
System Red Green Blue C M Y K H S L
Decimal 65 117 18 0.44 0 0.85 0.54 91.52 0.73 0.26
Hex 41 75 12 2C 0 55 36 5C 49 1A
Octal 101 165 22 54 0 125 66 134 111 32
Binary 1000001 1110101 10010 101100 0 1010101 110110 1011100 1001001 11010

Color Harmonies of #417512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417512

Black with #417512

Text Example


Text Example

White with #417512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417512; }

 p { color: rgb(65,117,18); }

 H1.HeaderClassName
 {
   color: #417512;
 }
 .AnyTagClassName
 {
   color: #417512;
 }
</style>

background-color css

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

 a { background-color: rgb(65,117,18); }

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

border-color css

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

 span { border-color: rgb(65,117,18); }

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