#398914

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

Shades of Bilbao #398914

Tints of Bilbao #398914

Color information

#398914 (or 0x398914) is unknown color: approx Bilbao. HEX triplet: 39, 89 and 14. RGB value is (57,137,20). Sum of RGB (Red+Green+Blue) = 57+137+20=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #398914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398914 is #C676EB. Grayscale: #646464. Windows color (decimal): -13006572 or 1345849. OLE color: 1345849.

HSL color Cylindrical-coordinate representation of color #398914: hue angle of 101.03º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #398914 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB5713720-
CMYK0.5800.850.46
HSL101.03º74.52%30.78%-
HSV(B)101.03º85.4%53.73%-
XYZ10.7618.813.73-
YUV99.748397.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 137 (53.91% from 255) = 64.02%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=26.64%
G=64.02%
B=9.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57137200.5800.850.46101.0374.5230.78
Hex3989143A0552E654b1f
Octal71211247201255614511337
Binary1110011000100110100111010010101011011101100101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398914; }

 p { color: rgb(57,137,20); }

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

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

 a { background-color: rgb(57,137,20); }

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

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

 span { border-color: rgb(57,137,20); }

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