Html Css Color HEX #417C11 Bilbao

📋 copy color: '#417C11'

red 65 ◦ green 124 ◦ blue 17

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

Shades of Bilbao #417C11

Tints of Bilbao #417C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 60.19%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 31.55%
G = 60.19%
B = 8.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#417C11 (or 0x417C11) is known color: Bilbao. HEX triplet: 41, 7C and 11. RGB value is (65,124,17). Sum of RGB (Red+Green+Blue) = 65+124+17=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #417C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417C11 is #BE83EE. Grayscale: #5E5E5E. Windows color (decimal): -12485615 or 1145921. OLE color: 1145921.

HSL color Cylindrical-coordinate representation of color #417C11: hue angle of 93.08º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #417C11 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 124 17 -
CMYK 0.48 0 0.86 0.51
HSL 93.08º 0.76% 0.28% -
HSV(B) 93.08º 0.86% 0.49% -
XYZ 9.49 15.58 3.04 -
YUV 94.16 84.45 107.2 -
System Red Green Blue C M Y K H S L
Decimal 65 124 17 0.48 0 0.86 0.51 93.08 0.76 0.28
Hex 41 7C 11 30 0 56 33 5D 4C 1C
Octal 101 174 21 60 0 126 63 135 114 34
Binary 1000001 1111100 10001 110000 0 1010110 110011 1011101 1001100 11100

Color Harmonies of #417C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C11

Black with #417C11

Text Example


Text Example

White with #417C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,124,17); }

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

background-color css

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

 a { background-color: rgb(65,124,17); }

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

border-color css

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

 span { border-color: rgb(65,124,17); }

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