Html Css Color HEX #417504 Bilbao

📋 copy color: '#417504'

red 65 ◦ green 117 ◦ blue 4

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

Shades of Bilbao #417504

Tints of Bilbao #417504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.15%

R = 34.95%
G = 62.9%
B = 2.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#417504 (or 0x417504) is known color: Bilbao. HEX triplet: 41, 75 and 04. RGB value is (65,117,4). Sum of RGB (Red+Green+Blue) = 65+117+4=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #417504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417504 is #BE8AFB. Grayscale: #585858. Windows color (decimal): -12487420 or 292161. OLE color: 292161.

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

Color convert

RGB 65 117 4 -
CMYK 0.44 0 0.97 0.54
HSL 87.61º 0.93% 0.24% -
HSV(B) 87.61º 0.97% 0.46% -
XYZ 8.56 13.86 2.34 -
YUV 88.57 80.27 111.19 -
System Red Green Blue C M Y K H S L
Decimal 65 117 4 0.44 0 0.97 0.54 87.61 0.93 0.24
Hex 41 75 4 2C 0 61 36 58 5D 18
Octal 101 165 4 54 0 141 66 130 135 30
Binary 1000001 1110101 100 101100 0 1100001 110110 1011000 1011101 11000

Color Harmonies of #417504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417504

Black with #417504

Text Example


Text Example

White with #417504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417504; }

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

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

background-color css

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

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

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

border-color css

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

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

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