Html Css Color HEX #41721A Bilbao

📋 copy color: '#41721A'

red 65 ◦ green 114 ◦ blue 26

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

Shades of Bilbao #41721A

Tints of Bilbao #41721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.61%

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 31.71%
G = 55.61%
B = 12.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#41721A (or 0x41721A) is known color: Bilbao. HEX triplet: 41, 72 and 1A. RGB value is (65,114,26). Sum of RGB (Red+Green+Blue) = 65+114+26=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #41721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41721A is #BE8DE5. Grayscale: #595959. Windows color (decimal): -12488166 or 1733185. OLE color: 1733185.

HSL color Cylindrical-coordinate representation of color #41721A: hue angle of 93.41º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41721A is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 26 -
CMYK 0.43 0 0.77 0.55
HSL 93.41º 0.63% 0.27% -
HSV(B) 93.41º 0.77% 0.45% -
XYZ 8.38 13.23 3.09 -
YUV 89.32 92.27 110.66 -
System Red Green Blue C M Y K H S L
Decimal 65 114 26 0.43 0 0.77 0.55 93.41 0.63 0.27
Hex 41 72 1A 2B 0 4D 37 5D 3F 1B
Octal 101 162 32 53 0 115 67 135 77 33
Binary 1000001 1110010 11010 101011 0 1001101 110111 1011101 111111 11011

Color Harmonies of #41721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41721A

Black with #41721A

Text Example


Text Example

White with #41721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41721A; }

 p { color: rgb(65,114,26); }

 H1.HeaderClassName
 {
   color: #41721A;
 }
 .AnyTagClassName
 {
   color: #41721A;
 }
</style>

background-color css

<style>
 a { background-color: #41721A; }

 a { background-color: rgb(65,114,26); }

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

border-color css

<style>
 span { border-color: #41721A; }

 span { border-color: rgb(65,114,26); }

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