#438220

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

Shades of Bilbao #438220

Tints of Bilbao #438220

Color information

#438220 (or 0x438220) is unknown color: approx Bilbao. HEX triplet: 43, 82 and 20. RGB value is (67,130,32). Sum of RGB (Red+Green+Blue) = 67+130+32=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #438220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438220 is #BC7DDF. Grayscale: #646464. Windows color (decimal): -12352992 or 2130499. OLE color: 2130499.

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

Color convert

RGB6713032-
CMYK0.4800.750.49
HSL98.57º60.49%31.76%-
HSV(B)98.57º75.38%50.98%-
XYZ10.5617.264.14-
YUV99.9989.63104.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 130 (51.17% from 255) = 56.77%
BLUE value IS 32 (12.89% from 255) = 13.97%
R=29.26%
G=56.77%
B=13.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67130320.4800.750.4998.5760.4931.76
Hex4382203004B31633c20
Octal10320240600113611437440
Binary100001110000010100000110000010010111100011100011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438220; }

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

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

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

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

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

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

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

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