#398420

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

Shades of Bilbao #398420

Tints of Bilbao #398420

Color information

#398420 (or 0x398420) is unknown color: approx Bilbao. HEX triplet: 39, 84 and 20. RGB value is (57,132,32). Sum of RGB (Red+Green+Blue) = 57+132+32=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #398420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398420 is #C67BDF. Grayscale: #626262. Windows color (decimal): -13007840 or 2131001. OLE color: 2131001.

HSL color Cylindrical-coordinate representation of color #398420: hue angle of 105º 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 #398420 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB5713232-
CMYK0.5700.760.48
HSL105º60.98%32.16%-
HSV(B)105º75.76%51.76%-
XYZ10.217.484.2-
YUV98.1790.6598.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 132 (51.95% from 255) = 59.73%
BLUE value IS 32 (12.89% from 255) = 14.48%
R=25.79%
G=59.73%
B=14.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132320.5700.760.4810560.9832.16
Hex3984203904C30693d20
Octal7120440710114601517540
Binary11100110000100100000111001010011001100001101001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398420; }

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

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

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

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

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

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

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

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