Html Css Color HEX #41731C Bilbao

📋 copy color: '#41731C'

red 65 ◦ green 115 ◦ blue 28

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

Shades of Bilbao #41731C

Tints of Bilbao #41731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 31.25%
G = 55.29%
B = 13.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#41731C (or 0x41731C) is known color: Bilbao. HEX triplet: 41, 73 and 1C. RGB value is (65,115,28). Sum of RGB (Red+Green+Blue) = 65+115+28=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #41731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41731C is #BE8CE3. Grayscale: #5A5A5A. Windows color (decimal): -12487908 or 1864513. OLE color: 1864513.

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

Color convert

RGB 65 115 28 -
CMYK 0.43 0 0.76 0.55
HSL 94.48º 0.61% 0.28% -
HSV(B) 94.48º 0.76% 0.45% -
XYZ 8.52 13.47 3.25 -
YUV 90.13 92.94 110.07 -
System Red Green Blue C M Y K H S L
Decimal 65 115 28 0.43 0 0.76 0.55 94.48 0.61 0.28
Hex 41 73 1C 2B 0 4C 37 5E 3D 1C
Octal 101 163 34 53 0 114 67 136 75 34
Binary 1000001 1110011 11100 101011 0 1001100 110111 1011110 111101 11100

Color Harmonies of #41731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41731C

Black with #41731C

Text Example


Text Example

White with #41731C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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