Html Css Color HEX #41711F Bilbao

📋 copy color: '#41711F'

red 65 ◦ green 113 ◦ blue 31

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

Shades of Bilbao #41711F

Tints of Bilbao #41711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.83%

R = 31.1%
G = 54.07%
B = 14.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#41711F (or 0x41711F) is known color: Bilbao. HEX triplet: 41, 71 and 1F. RGB value is (65,113,31). Sum of RGB (Red+Green+Blue) = 65+113+31=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #41711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41711F is #BE8EE0. Grayscale: #595959. Windows color (decimal): -12488417 or 2060609. OLE color: 2060609.

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

Color convert

RGB 65 113 31 -
CMYK 0.42 0 0.73 0.56
HSL 95.12º 0.57% 0.28% -
HSV(B) 95.12º 0.73% 0.44% -
XYZ 8.33 13.03 3.37 -
YUV 89.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 65 113 31 0.42 0 0.73 0.56 95.12 0.57 0.28
Hex 41 71 1F 2A 0 49 38 5F 39 1C
Octal 101 161 37 52 0 111 70 137 71 34
Binary 1000001 1110001 11111 101010 0 1001001 111000 1011111 111001 11100

Color Harmonies of #41711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41711F

Black with #41711F

Text Example


Text Example

White with #41711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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