Html Css Color HEX #397201 Bilbao

📋 copy color: '#397201'

red 57 ◦ green 114 ◦ blue 1

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

Shades of Bilbao #397201

Tints of Bilbao #397201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 66.28%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 33.14%
G = 66.28%
B = 0.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#397201 (or 0x397201) is known color: Bilbao. HEX triplet: 39, 72 and 01. RGB value is (57,114,1). Sum of RGB (Red+Green+Blue) = 57+114+1=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #397201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397201 is #C68DFE. Grayscale: #545454. Windows color (decimal): -13012479 or 94777. OLE color: 94777.

HSL color Cylindrical-coordinate representation of color #397201: hue angle of 90.27º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #397201 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 114 1 -
CMYK 0.50 0 0.99 0.55
HSL 90.27º 0.98% 0.23% -
HSV(B) 90.27º 0.99% 0.45% -
XYZ 7.71 12.91 2.11 -
YUV 84.08 81.12 108.69 -
System Red Green Blue C M Y K H S L
Decimal 57 114 1 0.50 0 0.99 0.55 90.27 0.98 0.23
Hex 39 72 1 32 0 63 37 5A 62 17
Octal 71 162 1 62 0 143 67 132 142 27
Binary 111001 1110010 1 110010 0 1100011 110111 1011010 1100010 10111

Color Harmonies of #397201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397201

Black with #397201

Text Example


Text Example

White with #397201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397201; }

 p { color: rgb(57,114,1); }

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

background-color css

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

 a { background-color: rgb(57,114,1); }

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

border-color css

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

 span { border-color: rgb(57,114,1); }

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