Html Css Color HEX #397100 Bilbao

📋 copy color: '#397100'

red 57 ◦ green 113 ◦ blue 0

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

Shades of Bilbao #397100

Tints of Bilbao #397100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 66.47%

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

R = 33.53%
G = 66.47%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#397100 (or 0x397100) is known color: Bilbao. HEX triplet: 39, 71 and 00. RGB value is (57,113,0). Sum of RGB (Red+Green+Blue) = 57+113+0=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 113 (44.53% from 255 or 66.47% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 113 - color contains mainly: green. Hex color #397100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397100 is #C68EFF. Grayscale: #535353. Windows color (decimal): -13012736 or 28985. OLE color: 28985.

HSL color Cylindrical-coordinate representation of color #397100: hue angle of 89.73º 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 #397100 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 0 -
CMYK 0.50 0 1 0.56
HSL 89.73º 1% 0.22% -
HSV(B) 89.73º 1% 0.44% -
XYZ 7.59 12.68 2.05 -
YUV 83.37 80.95 109.19 -
System Red Green Blue C M Y K H S L
Decimal 57 113 0 0.50 0 1 0.56 89.73 1 0.22
Hex 39 71 0 32 0 64 38 5A 64 16
Octal 71 161 0 62 0 144 70 132 144 26
Binary 111001 1110001 0 110010 0 1100100 111000 1011010 1100100 10110

Color Harmonies of #397100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397100

Black with #397100

Text Example


Text Example

White with #397100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397100; }

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

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

background-color css

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

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

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

border-color css

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

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

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