Html Css Color HEX #41710F Bilbao

📋 copy color: '#41710F'

red 65 ◦ green 113 ◦ blue 15

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

Shades of Bilbao #41710F

Tints of Bilbao #41710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 33.68%
G = 58.55%
B = 7.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#41710F (or 0x41710F) is known color: Bilbao. HEX triplet: 41, 71 and 0F. RGB value is (65,113,15). Sum of RGB (Red+Green+Blue) = 65+113+15=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #41710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41710F is #BE8EF0. Grayscale: #575757. Windows color (decimal): -12488433 or 1012033. OLE color: 1012033.

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

Color convert

RGB 65 113 15 -
CMYK 0.42 0 0.87 0.56
HSL 89.39º 0.77% 0.25% -
HSV(B) 89.39º 0.87% 0.44% -
XYZ 8.17 12.97 2.52 -
YUV 87.48 87.1 111.97 -
System Red Green Blue C M Y K H S L
Decimal 65 113 15 0.42 0 0.87 0.56 89.39 0.77 0.25
Hex 41 71 F 2A 0 57 38 59 4D 19
Octal 101 161 17 52 0 127 70 131 115 31
Binary 1000001 1110001 1111 101010 0 1010111 111000 1011001 1001101 11001

Color Harmonies of #41710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41710F

Black with #41710F

Text Example


Text Example

White with #41710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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