#438420

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

Shades of Bilbao #438420

Tints of Bilbao #438420

Color information

#438420 (or 0x438420) is unknown color: approx Bilbao. HEX triplet: 43, 84 and 20. RGB value is (67,132,32). Sum of RGB (Red+Green+Blue) = 67+132+32=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #438420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438420 is #BC7BDF. Grayscale: #656565. Windows color (decimal): -12352480 or 2131011. OLE color: 2131011.

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

Color convert

RGB6713232-
CMYK0.4900.760.48
HSL99º60.98%32.16%-
HSV(B)99º75.76%51.76%-
XYZ10.8317.84.23-
YUV101.1688.97103.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 132 (51.95% from 255) = 57.14%
BLUE value IS 32 (12.89% from 255) = 13.85%
R=29.00%
G=57.14%
B=13.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67132320.4900.760.489960.9832.16
Hex4384203104C30633d20
Octal10320440610114601437540
Binary100001110000100100000110001010011001100001100011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438420; }

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

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

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

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

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

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

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

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