Html Css Color HEX #417313 Bilbao

📋 copy color: '#417313'

red 65 ◦ green 115 ◦ blue 19

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

Shades of Bilbao #417313

Tints of Bilbao #417313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.79%

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

R = 32.66%
G = 57.79%
B = 9.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#417313 (or 0x417313) is known color: Bilbao. HEX triplet: 41, 73 and 13. RGB value is (65,115,19). Sum of RGB (Red+Green+Blue) = 65+115+19=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #417313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417313 is #BE8CEC. Grayscale: #595959. Windows color (decimal): -12487917 or 1274689. OLE color: 1274689.

HSL color Cylindrical-coordinate representation of color #417313: hue angle of 91.25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #417313 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 115 19 -
CMYK 0.43 0 0.83 0.55
HSL 91.25º 0.72% 0.26% -
HSV(B) 91.25º 0.83% 0.45% -
XYZ 8.43 13.43 2.76 -
YUV 89.11 88.44 110.81 -
System Red Green Blue C M Y K H S L
Decimal 65 115 19 0.43 0 0.83 0.55 91.25 0.72 0.26
Hex 41 73 13 2B 0 53 37 5B 48 1A
Octal 101 163 23 53 0 123 67 133 110 32
Binary 1000001 1110011 10011 101011 0 1010011 110111 1011011 1001000 11010

Color Harmonies of #417313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417313

Black with #417313

Text Example


Text Example

White with #417313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417313; }

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

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

background-color css

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

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

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

border-color css

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

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

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