#398427

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

Shades of Bilbao #398427

Tints of Bilbao #398427

Color information

#398427 (or 0x398427) is unknown color: approx Bilbao. HEX triplet: 39, 84 and 27. RGB value is (57,132,39). Sum of RGB (Red+Green+Blue) = 57+132+39=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #398427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398427 is #C67BD8. Grayscale: #636363. Windows color (decimal): -13007833 or 2589753. OLE color: 2589753.

HSL color Cylindrical-coordinate representation of color #398427: hue angle of 108.39º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398427 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB5713239-
CMYK0.5700.700.48
HSL108.39º54.39%33.53%-
HSV(B)108.39º70.45%51.76%-
XYZ10.317.524.76-
YUV98.9794.1598.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 132 (51.95% from 255) = 57.89%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=25%
G=57.89%
B=17.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132390.5700.700.48108.3954.3933.53
Hex39842739046306c3622
Octal7120447710106601546642
Binary11100110000100100111111001010001101100001101100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398427; }

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

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

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

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

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

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

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

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