#398304

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

Shades of Bilbao #398304

Tints of Bilbao #398304

Color information

#398304 (or 0x398304) is unknown color: approx Bilbao. HEX triplet: 39, 83 and 04. RGB value is (57,131,4). Sum of RGB (Red+Green+Blue) = 57+131+4=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 131 (51.56% from 255 or 68.23% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 131 - color contains mainly: green. Hex color #398304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398304 is #C67CFB. Grayscale: #5E5E5E. Windows color (decimal): -13008124 or 295737. OLE color: 295737.

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

Color convert

RGB571314-
CMYK0.5600.970.49
HSL94.96º94.07%26.47%-
HSV(B)94.96º96.95%51.37%-
XYZ9.8317.112.9-
YUV94.476.98101.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 131 (51.56% from 255) = 68.23%
BLUE value IS 4 (1.95% from 255) = 2.08%
R=29.69%
G=68.23%
B=2.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5713140.5600.970.4994.9694.0726.47
Hex3983438061315f5e1a
Octal7120347001416113713632
Binary11100110000011100111000011000011100011011111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398304; }

 p { color: rgb(57,131,4); }

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

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

 a { background-color: rgb(57,131,4); }

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

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

 span { border-color: rgb(57,131,4); }

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