#438223

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

Shades of Bilbao #438223

Tints of Bilbao #438223

Color information

#438223 (or 0x438223) is unknown color: approx Bilbao. HEX triplet: 43, 82 and 23. RGB value is (67,130,35). Sum of RGB (Red+Green+Blue) = 67+130+35=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #438223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438223 is #BC7DDC. Grayscale: #646464. Windows color (decimal): -12352989 or 2327107. OLE color: 2327107.

HSL color Cylindrical-coordinate representation of color #438223: hue angle of 99.79º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #438223 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB6713035-
CMYK0.4800.730.49
HSL99.79º57.58%32.35%-
HSV(B)99.79º73.08%50.98%-
XYZ10.617.284.37-
YUV100.3391.13104.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 35 (14.06% from 255) = 15.09%
R=28.88%
G=56.03%
B=15.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67130350.4800.730.4999.7957.5832.35
Hex4382233004931643a20
Octal10320243600111611447240
Binary100001110000010100011110000010010011100011100100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438223; }

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

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

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

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

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

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

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

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