#398B07

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

Shades of Bilbao #398B07

Tints of Bilbao #398B07

Color information

#398B07 (or 0x398B07) is unknown color: approx Bilbao. HEX triplet: 39, 8B and 07. RGB value is (57,139,7). Sum of RGB (Red+Green+Blue) = 57+139+7=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 139 (54.69% from 255 or 68.47% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 139 - color contains mainly: green. Hex color #398B07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B07 is #C674F8. Grayscale: #636363. Windows color (decimal): -13006073 or 494393. OLE color: 494393.

HSL color Cylindrical-coordinate representation of color #398B07: hue angle of 97.27º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #398B07 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB571397-
CMYK0.5900.950.45
HSL97.27º90.41%28.63%-
HSV(B)97.27º94.96%54.51%-
XYZ10.9619.353.36-
YUV99.4375.8397.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 139 (54.69% from 255) = 68.47%
BLUE value IS 7 (3.12% from 255) = 3.45%
R=28.08%
G=68.47%
B=3.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5713970.5900.950.4597.2790.4128.63
Hex398B73B05F2D615a1d
Octal7121377301375514113235
Binary11100110001011111111011010111111011011100001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398B07; }

 p { color: rgb(57,139,7); }

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

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

 a { background-color: rgb(57,139,7); }

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

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

 span { border-color: rgb(57,139,7); }

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