Html Css Color HEX #40850D Bilbao

📋 copy color: '#40850D'

red 64 ◦ green 133 ◦ blue 13

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

Shades of Bilbao #40850D

Tints of Bilbao #40850D

RGB

 RED value IS 64 (25.39% from 255) = 30.48%

 GREEN value IS 133 (52.34% from 255) = 63.33%

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

R = 30.48%
G = 63.33%
B = 6.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#40850D (or 0x40850D) is known color: Bilbao. HEX triplet: 40, 85 and 0D. RGB value is (64,133,13). Sum of RGB (Red+Green+Blue) = 64+133+13=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #40850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40850D is #BF7AF2. Grayscale: #636363. Windows color (decimal): -12548851 or 886080. OLE color: 886080.

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

Color convert

RGB 64 133 13 -
CMYK 0.52 0 0.90 0.48
HSL 94.5º 0.82% 0.29% -
HSV(B) 94.5º 0.9% 0.52% -
XYZ 10.57 17.89 3.28 -
YUV 98.69 79.64 103.26 -
System Red Green Blue C M Y K H S L
Decimal 64 133 13 0.52 0 0.90 0.48 94.5 0.82 0.29
Hex 40 85 D 34 0 5A 30 5E 52 1D
Octal 100 205 15 64 0 132 60 136 122 35
Binary 1000000 10000101 1101 110100 0 1011010 110000 1011110 1010010 11101

Color Harmonies of #40850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40850D

Black with #40850D

Text Example


Text Example

White with #40850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,133,13); }

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

background-color css

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

 a { background-color: rgb(64,133,13); }

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

border-color css

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

 span { border-color: rgb(64,133,13); }

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