#397405

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

Shades of Bilbao #397405

Tints of Bilbao #397405

Color information

#397405 (or 0x397405) is unknown color: approx Bilbao. HEX triplet: 39, 74 and 05. RGB value is (57,116,5). Sum of RGB (Red+Green+Blue) = 57+116+5=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #397405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397405 is #C68BFA. Grayscale: #565656. Windows color (decimal): -13011963 or 357433. OLE color: 357433.

HSL color Cylindrical-coordinate representation of color #397405: hue angle of 91.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #397405 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB571165-
CMYK0.5100.960.55
HSL91.89º91.74%23.73%-
HSV(B)91.89º95.69%45.49%-
XYZ7.9613.372.31-
YUV85.782.45107.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 116 (45.70% from 255) = 65.17%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=32.02%
G=65.17%
B=2.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5711650.5100.960.5591.8991.7423.73
Hex3974533060375c5c18
Octal7116456301406713413430
Binary1110011110100101110011011000001101111011100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397405; }

 p { color: rgb(57,116,5); }

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

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

 a { background-color: rgb(57,116,5); }

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

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

 span { border-color: rgb(57,116,5); }

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