Html Css Color HEX #417510 Bilbao

📋 copy color: '#417510'

red 65 ◦ green 117 ◦ blue 16

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

Shades of Bilbao #417510

Tints of Bilbao #417510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 32.83%
G = 59.09%
B = 8.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#417510 (or 0x417510) is known color: Bilbao. HEX triplet: 41, 75 and 10. RGB value is (65,117,16). Sum of RGB (Red+Green+Blue) = 65+117+16=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #417510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417510 is #BE8AEF. Grayscale: #5A5A5A. Windows color (decimal): -12487408 or 1078593. OLE color: 1078593.

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

Color convert

RGB 65 117 16 -
CMYK 0.44 0 0.86 0.54
HSL 90.89º 0.76% 0.26% -
HSV(B) 90.89º 0.86% 0.46% -
XYZ 8.63 13.88 2.71 -
YUV 89.94 86.27 110.21 -
System Red Green Blue C M Y K H S L
Decimal 65 117 16 0.44 0 0.86 0.54 90.89 0.76 0.26
Hex 41 75 10 2C 0 56 36 5B 4C 1A
Octal 101 165 20 54 0 126 66 133 114 32
Binary 1000001 1110101 10000 101100 0 1010110 110110 1011011 1001100 11010

Color Harmonies of #417510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417510

Black with #417510

Text Example


Text Example

White with #417510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417510; }

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

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

background-color css

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

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

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

border-color css

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

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

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