Html Css Color HEX #41731A Bilbao

📋 copy color: '#41731A'

red 65 ◦ green 115 ◦ blue 26

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

Shades of Bilbao #41731A

Tints of Bilbao #41731A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 31.55%
G = 55.83%
B = 12.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#41731A (or 0x41731A) is known color: Bilbao. HEX triplet: 41, 73 and 1A. RGB value is (65,115,26). Sum of RGB (Red+Green+Blue) = 65+115+26=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #41731A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41731A is #BE8CE5. Grayscale: #5A5A5A. Windows color (decimal): -12487910 or 1733441. OLE color: 1733441.

HSL color Cylindrical-coordinate representation of color #41731A: hue angle of 93.71º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41731A is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 115 26 -
CMYK 0.43 0 0.77 0.55
HSL 93.71º 0.63% 0.28% -
HSV(B) 93.71º 0.77% 0.45% -
XYZ 8.5 13.46 3.13 -
YUV 89.9 91.94 110.24 -
System Red Green Blue C M Y K H S L
Decimal 65 115 26 0.43 0 0.77 0.55 93.71 0.63 0.28
Hex 41 73 1A 2B 0 4D 37 5E 3F 1C
Octal 101 163 32 53 0 115 67 136 77 34
Binary 1000001 1110011 11010 101011 0 1001101 110111 1011110 111111 11100

Color Harmonies of #41731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41731A

Black with #41731A

Text Example


Text Example

White with #41731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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