Html Css Color HEX #41711E Bilbao

📋 copy color: '#41711E'

red 65 ◦ green 113 ◦ blue 30

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

Shades of Bilbao #41711E

Tints of Bilbao #41711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.42%

R = 31.25%
G = 54.33%
B = 14.42%

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

#41711E (or 0x41711E) is known color: Bilbao. HEX triplet: 41, 71 and 1E. RGB value is (65,113,30). Sum of RGB (Red+Green+Blue) = 65+113+30=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #41711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41711E is #BE8EE1. Grayscale: #595959. Windows color (decimal): -12488418 or 1995073. OLE color: 1995073.

HSL color Cylindrical-coordinate representation of color #41711E: hue angle of 94.7º degrees, saturation: 0.58, 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 #41711E is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 30 -
CMYK 0.42 0 0.73 0.56
HSL 94.7º 0.58% 0.28% -
HSV(B) 94.7º 0.73% 0.44% -
XYZ 8.32 13.03 3.3 -
YUV 89.19 94.6 110.75 -
System Red Green Blue C M Y K H S L
Decimal 65 113 30 0.42 0 0.73 0.56 94.7 0.58 0.28
Hex 41 71 1E 2A 0 49 38 5F 3A 1C
Octal 101 161 36 52 0 111 70 137 72 34
Binary 1000001 1110001 11110 101010 0 1001001 111000 1011111 111010 11100

Color Harmonies of #41711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41711E

Black with #41711E

Text Example


Text Example

White with #41711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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