#398208

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

Shades of Bilbao #398208

Tints of Bilbao #398208

Color information

#398208 (or 0x398208) is unknown color: approx Bilbao. HEX triplet: 39, 82 and 08. RGB value is (57,130,8). Sum of RGB (Red+Green+Blue) = 57+130+8=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #398208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398208 is #C67DF7. Grayscale: #5E5E5E. Windows color (decimal): -13008376 or 557625. OLE color: 557625.

HSL color Cylindrical-coordinate representation of color #398208: hue angle of 95.9º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #398208 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB571308-
CMYK0.5600.940.49
HSL95.9º88.41%27.06%-
HSV(B)95.9º93.85%50.98%-
XYZ9.7116.852.97-
YUV94.2779.32101.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 130 (51.17% from 255) = 66.67%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=29.23%
G=66.67%
B=4.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5713080.5600.940.4995.988.4127.06
Hex398283805E3160581b
Octal71202107001366114013033
Binary111001100000101000111000010111101100011100000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398208; }

 p { color: rgb(57,130,8); }

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

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

 a { background-color: rgb(57,130,8); }

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

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

 span { border-color: rgb(57,130,8); }

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