#43821D

Color #43821D Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #43821D

Tints of Bilbao #43821D

Color information

#43821D (or 0x43821D) is unknown color: approx Bilbao. HEX triplet: 43, 82 and 1D. RGB value is (67,130,29). Sum of RGB (Red+Green+Blue) = 67+130+29=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #43821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43821D is #BC7DE2. Grayscale: #636363. Windows color (decimal): -12352995 or 1933891. OLE color: 1933891.

HSL color Cylindrical-coordinate representation of color #43821D: hue angle of 97.43º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43821D is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB6713029-
CMYK0.4800.780.49
HSL97.43º63.52%31.18%-
HSV(B)97.43º77.69%50.98%-
XYZ10.5217.253.94-
YUV99.6588.13104.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.65%
GREEN value IS 130 (51.17% from 255) = 57.52%
BLUE value IS 29 (11.72% from 255) = 12.83%
R=29.65%
G=57.52%
B=12.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67130290.4800.780.4997.4363.5231.18
Hex43821D3004E3161401f
Octal103202356001166114110037
Binary10000111000001011101110000010011101100011100001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43821D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,130,29); }

 H1.HeaderClassName
 {
   color: #43821D;
 }
 .AnyTagClassName
 {
   color: #43821D;
 }
</style>
background-color css

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

 a { background-color: rgb(67,130,29); }

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

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

 span { border-color: rgb(67,130,29); }

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