Html Css Color HEX #417713 Bilbao

📋 copy color: '#417713'

red 65 ◦ green 119 ◦ blue 19

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

Shades of Bilbao #417713

Tints of Bilbao #417713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.62%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 32.02%
G = 58.62%
B = 9.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#417713 (or 0x417713) is known color: Bilbao. HEX triplet: 41, 77 and 13. RGB value is (65,119,19). Sum of RGB (Red+Green+Blue) = 65+119+19=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #417713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417713 is #BE88EC. Grayscale: #5B5B5B. Windows color (decimal): -12486893 or 1275713. OLE color: 1275713.

HSL color Cylindrical-coordinate representation of color #417713: hue angle of 92.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #417713 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 19 -
CMYK 0.45 0 0.84 0.53
HSL 92.4º 0.72% 0.27% -
HSV(B) 92.4º 0.84% 0.47% -
XYZ 8.89 14.36 2.92 -
YUV 91.45 87.11 109.13 -
System Red Green Blue C M Y K H S L
Decimal 65 119 19 0.45 0 0.84 0.53 92.4 0.72 0.27
Hex 41 77 13 2D 0 54 35 5C 48 1B
Octal 101 167 23 55 0 124 65 134 110 33
Binary 1000001 1110111 10011 101101 0 1010100 110101 1011100 1001000 11011

Color Harmonies of #417713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417713

Black with #417713

Text Example


Text Example

White with #417713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417713; }

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

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

background-color css

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

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

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

border-color css

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

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

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