Html Css Color HEX #417212 Bilbao

📋 copy color: '#417212'

red 65 ◦ green 114 ◦ blue 18

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

Shades of Bilbao #417212

Tints of Bilbao #417212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.87%

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

R = 32.99%
G = 57.87%
B = 9.14%

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

#417212 (or 0x417212) is known color: Bilbao. HEX triplet: 41, 72 and 12. RGB value is (65,114,18). Sum of RGB (Red+Green+Blue) = 65+114+18=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #417212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417212 is #BE8DED. Grayscale: #585858. Windows color (decimal): -12488174 or 1208897. OLE color: 1208897.

HSL color Cylindrical-coordinate representation of color #417212: hue angle of 90.62º 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 #417212 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 18 -
CMYK 0.43 0 0.84 0.55
HSL 90.63º 0.73% 0.26% -
HSV(B) 90.63º 0.84% 0.45% -
XYZ 8.31 13.2 2.68 -
YUV 88.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 65 114 18 0.43 0 0.84 0.55 90.63 0.73 0.26
Hex 41 72 12 2B 0 54 37 5B 49 1A
Octal 101 162 22 53 0 124 67 133 111 32
Binary 1000001 1110010 10010 101011 0 1010100 110111 1011011 1001001 11010

Color Harmonies of #417212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417212

Black with #417212

Text Example


Text Example

White with #417212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417212; }

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

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

background-color css

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

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

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

border-color css

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

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

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