Html Css Color HEX #41721F Bilbao

📋 copy color: '#41721F'

red 65 ◦ green 114 ◦ blue 31

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

Shades of Bilbao #41721F

Tints of Bilbao #41721F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.76%

R = 30.95%
G = 54.29%
B = 14.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#41721F (or 0x41721F) is known color: Bilbao. HEX triplet: 41, 72 and 1F. RGB value is (65,114,31). Sum of RGB (Red+Green+Blue) = 65+114+31=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #41721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41721F is #BE8DE0. Grayscale: #5A5A5A. Windows color (decimal): -12488161 or 2060865. OLE color: 2060865.

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

Color convert

RGB 65 114 31 -
CMYK 0.43 0 0.73 0.55
HSL 95.42º 0.57% 0.28% -
HSV(B) 95.42º 0.73% 0.45% -
XYZ 8.44 13.26 3.41 -
YUV 89.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 65 114 31 0.43 0 0.73 0.55 95.42 0.57 0.28
Hex 41 72 1F 2B 0 49 37 5F 39 1C
Octal 101 162 37 53 0 111 67 137 71 34
Binary 1000001 1110010 11111 101011 0 1001001 110111 1011111 111001 11100

Color Harmonies of #41721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41721F

Black with #41721F

Text Example


Text Example

White with #41721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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