#438020

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

Shades of Bilbao #438020

Tints of Bilbao #438020

Color information

#438020 (or 0x438020) is unknown color: approx Bilbao. HEX triplet: 43, 80 and 20. RGB value is (67,128,32). Sum of RGB (Red+Green+Blue) = 67+128+32=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #438020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438020 is #BC7FDF. Grayscale: #636363. Windows color (decimal): -12353504 or 2129987. OLE color: 2129987.

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

Color convert

RGB6712832-
CMYK0.4800.750.50
HSL98.12º60%31.37%-
HSV(B)98.12º75%50.2%-
XYZ10.2916.744.05-
YUV98.8290.29105.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 128 (50.39% from 255) = 56.39%
BLUE value IS 32 (12.89% from 255) = 14.10%
R=29.52%
G=56.39%
B=14.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67128320.4800.750.5098.126031.37
Hex4380203004B32623c1f
Octal10320040600113621427437
Binary10000111000000010000011000001001011110010110001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438020; }

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

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

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

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

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

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

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

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