Html Css Color HEX #417312 Bilbao

📋 copy color: '#417312'

red 65 ◦ green 115 ◦ blue 18

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

Shades of Bilbao #417312

Tints of Bilbao #417312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 32.83%
G = 58.08%
B = 9.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#417312 (or 0x417312) is known color: Bilbao. HEX triplet: 41, 73 and 12. RGB value is (65,115,18). Sum of RGB (Red+Green+Blue) = 65+115+18=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #417312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417312 is #BE8CED. Grayscale: #595959. Windows color (decimal): -12487918 or 1209153. OLE color: 1209153.

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

Color convert

RGB 65 115 18 -
CMYK 0.43 0 0.84 0.55
HSL 90.93º 0.73% 0.26% -
HSV(B) 90.93º 0.84% 0.45% -
XYZ 8.42 13.43 2.72 -
YUV 88.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 65 115 18 0.43 0 0.84 0.55 90.93 0.73 0.26
Hex 41 73 12 2B 0 54 37 5B 49 1A
Octal 101 163 22 53 0 124 67 133 111 32
Binary 1000001 1110011 10010 101011 0 1010100 110111 1011011 1001001 11010

Color Harmonies of #417312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417312

Black with #417312

Text Example


Text Example

White with #417312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417312; }

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

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

background-color css

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

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

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

border-color css

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

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

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