Html Css Color HEX #41721C Bilbao

📋 copy color: '#41721C'

red 65 ◦ green 114 ◦ blue 28

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

Shades of Bilbao #41721C

Tints of Bilbao #41721C

RGB

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

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

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

R = 31.4%
G = 55.07%
B = 13.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#41721C (or 0x41721C) is known color: Bilbao. HEX triplet: 41, 72 and 1C. RGB value is (65,114,28). Sum of RGB (Red+Green+Blue) = 65+114+28=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #41721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41721C is #BE8DE3. Grayscale: #595959. Windows color (decimal): -12488164 or 1864257. OLE color: 1864257.

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

Color convert

RGB 65 114 28 -
CMYK 0.43 0 0.75 0.55
HSL 94.19º 0.61% 0.28% -
HSV(B) 94.19º 0.75% 0.45% -
XYZ 8.41 13.24 3.21 -
YUV 89.55 93.27 110.49 -
System Red Green Blue C M Y K H S L
Decimal 65 114 28 0.43 0 0.75 0.55 94.19 0.61 0.28
Hex 41 72 1C 2B 0 4B 37 5E 3D 1C
Octal 101 162 34 53 0 113 67 136 75 34
Binary 1000001 1110010 11100 101011 0 1001011 110111 1011110 111101 11100

Color Harmonies of #41721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41721C

Black with #41721C

Text Example


Text Example

White with #41721C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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