Html Css Color HEX #41741C Bilbao

📋 copy color: '#41741C'

red 65 ◦ green 116 ◦ blue 28

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

Shades of Bilbao #41741C

Tints of Bilbao #41741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 55.5%

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 31.1%
G = 55.5%
B = 13.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#41741C (or 0x41741C) is known color: Bilbao. HEX triplet: 41, 74 and 1C. RGB value is (65,116,28). Sum of RGB (Red+Green+Blue) = 65+116+28=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #41741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41741C is #BE8BE3. Grayscale: #5B5B5B. Windows color (decimal): -12487652 or 1864769. OLE color: 1864769.

HSL color Cylindrical-coordinate representation of color #41741C: hue angle of 94.77º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41741C is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 28 -
CMYK 0.44 0 0.76 0.55
HSL 94.77º 0.61% 0.28% -
HSV(B) 94.77º 0.76% 0.45% -
XYZ 8.63 13.7 3.29 -
YUV 90.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 65 116 28 0.44 0 0.76 0.55 94.77 0.61 0.28
Hex 41 74 1C 2C 0 4C 37 5F 3D 1C
Octal 101 164 34 54 0 114 67 137 75 34
Binary 1000001 1110100 11100 101100 0 1001100 110111 1011111 111101 11100

Color Harmonies of #41741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41741C

Black with #41741C

Text Example


Text Example

White with #41741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,116,28); }

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

background-color css

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

 a { background-color: rgb(65,116,28); }

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

border-color css

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

 span { border-color: rgb(65,116,28); }

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