Html Css Color HEX #41840D Bilbao

📋 copy color: '#41840D'

red 65 ◦ green 132 ◦ blue 13

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

Shades of Bilbao #41840D

Tints of Bilbao #41840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.86%

 BLUE value IS 13 (5.47% from 255) = 6.19%

R = 30.95%
G = 62.86%
B = 6.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#41840D (or 0x41840D) is known color: Bilbao. HEX triplet: 41, 84 and 0D. RGB value is (65,132,13). Sum of RGB (Red+Green+Blue) = 65+132+13=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #41840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41840D is #BE7BF2. Grayscale: #626262. Windows color (decimal): -12483571 or 885825. OLE color: 885825.

HSL color Cylindrical-coordinate representation of color #41840D: hue angle of 93.78º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41840D is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 132 13 -
CMYK 0.51 0 0.90 0.48
HSL 93.78º 0.82% 0.28% -
HSV(B) 93.78º 0.9% 0.52% -
XYZ 10.5 17.66 3.23 -
YUV 98.4 79.8 104.18 -
System Red Green Blue C M Y K H S L
Decimal 65 132 13 0.51 0 0.90 0.48 93.78 0.82 0.28
Hex 41 84 D 33 0 5A 30 5E 52 1C
Octal 101 204 15 63 0 132 60 136 122 34
Binary 1000001 10000100 1101 110011 0 1011010 110000 1011110 1010010 11100

Color Harmonies of #41840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41840D

Black with #41840D

Text Example


Text Example

White with #41840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41840D; }

 p { color: rgb(65,132,13); }

 H1.HeaderClassName
 {
   color: #41840D;
 }
 .AnyTagClassName
 {
   color: #41840D;
 }
</style>

background-color css

<style>
 a { background-color: #41840D; }

 a { background-color: rgb(65,132,13); }

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

border-color css

<style>
 span { border-color: #41840D; }

 span { border-color: rgb(65,132,13); }

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