Html Css Color HEX #41772C Bilbao

📋 copy color: '#41772C'

red 65 ◦ green 119 ◦ blue 44

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

Shades of Bilbao #41772C

Tints of Bilbao #41772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 28.51%
G = 52.19%
B = 19.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#41772C (or 0x41772C) is known color: Bilbao. HEX triplet: 41, 77 and 2C. RGB value is (65,119,44). Sum of RGB (Red+Green+Blue) = 65+119+44=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #41772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41772C is #BE88D3. Grayscale: #5E5E5E. Windows color (decimal): -12486868 or 2914113. OLE color: 2914113.

HSL color Cylindrical-coordinate representation of color #41772C: hue angle of 103.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41772C is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 44 -
CMYK 0.45 0 0.63 0.53
HSL 103.2º 0.46% 0.32% -
HSV(B) 103.2º 0.63% 0.47% -
XYZ 9.23 14.5 4.69 -
YUV 94.3 99.61 107.1 -
System Red Green Blue C M Y K H S L
Decimal 65 119 44 0.45 0 0.63 0.53 103.2 0.46 0.32
Hex 41 77 2C 2D 0 3F 35 67 2E 20
Octal 101 167 54 55 0 77 65 147 56 40
Binary 1000001 1110111 101100 101101 0 111111 110101 1100111 101110 100000

Color Harmonies of #41772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41772C

Black with #41772C

Text Example


Text Example

White with #41772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41772C; }

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

 H1.HeaderClassName
 {
   color: #41772C;
 }
 .AnyTagClassName
 {
   color: #41772C;
 }
</style>

background-color css

<style>
 a { background-color: #41772C; }

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

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

border-color css

<style>
 span { border-color: #41772C; }

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

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