Html Css Color HEX #417304 Bilbao

📋 copy color: '#417304'

red 65 ◦ green 115 ◦ blue 4

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

Shades of Bilbao #417304

Tints of Bilbao #417304

RGB

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

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

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

R = 35.33%
G = 62.5%
B = 2.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#417304 (or 0x417304) is known color: Bilbao. HEX triplet: 41, 73 and 04. RGB value is (65,115,4). Sum of RGB (Red+Green+Blue) = 65+115+4=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #417304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417304 is #BE8CFB. Grayscale: #575757. Windows color (decimal): -12487932 or 291649. OLE color: 291649.

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

Color convert

RGB 65 115 4 -
CMYK 0.43 0 0.97 0.55
HSL 87.03º 0.93% 0.23% -
HSV(B) 87.03º 0.97% 0.45% -
XYZ 8.33 13.39 2.26 -
YUV 87.4 80.94 112.03 -
System Red Green Blue C M Y K H S L
Decimal 65 115 4 0.43 0 0.97 0.55 87.03 0.93 0.23
Hex 41 73 4 2B 0 61 37 57 5D 17
Octal 101 163 4 53 0 141 67 127 135 27
Binary 1000001 1110011 100 101011 0 1100001 110111 1010111 1011101 10111

Color Harmonies of #417304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417304

Black with #417304

Text Example


Text Example

White with #417304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417304; }

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

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

background-color css

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

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

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

border-color css

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

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

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