Html Css Color HEX #397000 Bilbao

📋 copy color: '#397000'

red 57 ◦ green 112 ◦ blue 0

#397000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #397000

Tints of Bilbao #397000

RGB

 RED value IS 57 (22.66% from 255) = 33.73%

 GREEN value IS 112 (44.14% from 255) = 66.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.73%
G = 66.27%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#397000 (or 0x397000) is known color: Bilbao. HEX triplet: 39, 70 and 00. RGB value is (57,112,0). Sum of RGB (Red+Green+Blue) = 57+112+0=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #397000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397000 is #C68FFF. Grayscale: #535353. Windows color (decimal): -13012992 or 28729. OLE color: 28729.

HSL color Cylindrical-coordinate representation of color #397000: hue angle of 89.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #397000 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 0 -
CMYK 0.49 0 1 0.56
HSL 89.46º 1% 0.22% -
HSV(B) 89.46º 1% 0.44% -
XYZ 7.48 12.46 2.01 -
YUV 82.79 81.28 109.61 -
System Red Green Blue C M Y K H S L
Decimal 57 112 0 0.49 0 1 0.56 89.46 1 0.22
Hex 39 70 0 31 0 64 38 59 64 16
Octal 71 160 0 61 0 144 70 131 144 26
Binary 111001 1110000 0 110001 0 1100100 111000 1011001 1100100 10110

Color Harmonies of #397000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397000

Black with #397000

Text Example


Text Example

White with #397000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397000; }

 p { color: rgb(57,112,0); }

 H1.HeaderClassName
 {
   color: #397000;
 }
 .AnyTagClassName
 {
   color: #397000;
 }
</style>

background-color css

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

 a { background-color: rgb(57,112,0); }

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

border-color css

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

 span { border-color: rgb(57,112,0); }

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