Html Css Color HEX #41820A Bilbao

📋 copy color: '#41820A'

red 65 ◦ green 130 ◦ blue 10

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

Shades of Bilbao #41820A

Tints of Bilbao #41820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 63.41%

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 31.71%
G = 63.41%
B = 4.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#41820A (or 0x41820A) is known color: Bilbao. HEX triplet: 41, 82 and 0A. RGB value is (65,130,10). Sum of RGB (Red+Green+Blue) = 65+130+10=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #41820A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41820A is #BE7DF5. Grayscale: #616161. Windows color (decimal): -12484086 or 688705. OLE color: 688705.

HSL color Cylindrical-coordinate representation of color #41820A: hue angle of 92.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41820A is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 10 -
CMYK 0.50 0 0.92 0.49
HSL 92.5º 0.86% 0.27% -
HSV(B) 92.5º 0.92% 0.51% -
XYZ 10.22 17.11 3.05 -
YUV 96.89 78.97 105.26 -
System Red Green Blue C M Y K H S L
Decimal 65 130 10 0.50 0 0.92 0.49 92.5 0.86 0.27
Hex 41 82 A 32 0 5C 31 5C 56 1B
Octal 101 202 12 62 0 134 61 134 126 33
Binary 1000001 10000010 1010 110010 0 1011100 110001 1011100 1010110 11011

Color Harmonies of #41820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41820A

Black with #41820A

Text Example


Text Example

White with #41820A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,130,10); }

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

background-color css

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

 a { background-color: rgb(65,130,10); }

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

border-color css

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

 span { border-color: rgb(65,130,10); }

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