Html Css Color HEX #41711D Bilbao

📋 copy color: '#41711D'

red 65 ◦ green 113 ◦ blue 29

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

Shades of Bilbao #41711D

Tints of Bilbao #41711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.59%

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 31.4%
G = 54.59%
B = 14.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#41711D (or 0x41711D) is known color: Bilbao. HEX triplet: 41, 71 and 1D. RGB value is (65,113,29). Sum of RGB (Red+Green+Blue) = 65+113+29=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #41711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41711D is #BE8EE2. Grayscale: #595959. Windows color (decimal): -12488419 or 1929537. OLE color: 1929537.

HSL color Cylindrical-coordinate representation of color #41711D: hue angle of 94.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41711D is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 29 -
CMYK 0.42 0 0.74 0.56
HSL 94.29º 0.59% 0.28% -
HSV(B) 94.29º 0.74% 0.44% -
XYZ 8.31 13.02 3.24 -
YUV 89.07 94.1 110.83 -
System Red Green Blue C M Y K H S L
Decimal 65 113 29 0.42 0 0.74 0.56 94.29 0.59 0.28
Hex 41 71 1D 2A 0 4A 38 5E 3B 1C
Octal 101 161 35 52 0 112 70 136 73 34
Binary 1000001 1110001 11101 101010 0 1001010 111000 1011110 111011 11100

Color Harmonies of #41711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41711D

Black with #41711D

Text Example


Text Example

White with #41711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41711D; }

 p { color: rgb(65,113,29); }

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

background-color css

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

 a { background-color: rgb(65,113,29); }

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

border-color css

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

 span { border-color: rgb(65,113,29); }

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