Html Css Color HEX #41771D Bilbao

📋 copy color: '#41771D'

red 65 ◦ green 119 ◦ blue 29

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

Shades of Bilbao #41771D

Tints of Bilbao #41771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.87%

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

R = 30.52%
G = 55.87%
B = 13.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#41771D (or 0x41771D) is known color: Bilbao. HEX triplet: 41, 77 and 1D. RGB value is (65,119,29). Sum of RGB (Red+Green+Blue) = 65+119+29=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #41771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41771D is #BE88E2. Grayscale: #5C5C5C. Windows color (decimal): -12486883 or 1931073. OLE color: 1931073.

HSL color Cylindrical-coordinate representation of color #41771D: hue angle of 96º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41771D is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 29 -
CMYK 0.45 0 0.76 0.53
HSL 96º 0.61% 0.29% -
HSV(B) 96º 0.76% 0.47% -
XYZ 9 14.41 3.47 -
YUV 92.59 92.11 108.32 -
System Red Green Blue C M Y K H S L
Decimal 65 119 29 0.45 0 0.76 0.53 96 0.61 0.29
Hex 41 77 1D 2D 0 4C 35 60 3D 1D
Octal 101 167 35 55 0 114 65 140 75 35
Binary 1000001 1110111 11101 101101 0 1001100 110101 1100000 111101 11101

Color Harmonies of #41771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41771D

Black with #41771D

Text Example


Text Example

White with #41771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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