Html Css Color HEX #397401 Bilbao

📋 copy color: '#397401'

red 57 ◦ green 116 ◦ blue 1

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

Shades of Bilbao #397401

Tints of Bilbao #397401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 66.67%

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

R = 32.76%
G = 66.67%
B = 0.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#397401 (or 0x397401) is known color: Bilbao. HEX triplet: 39, 74 and 01. RGB value is (57,116,1). Sum of RGB (Red+Green+Blue) = 57+116+1=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #397401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397401 is #C68BFE. Grayscale: #555555. Windows color (decimal): -13011967 or 95289. OLE color: 95289.

HSL color Cylindrical-coordinate representation of color #397401: hue angle of 90.78º 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 #397401 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 116 1 -
CMYK 0.51 0 0.99 0.55
HSL 90.78º 0.98% 0.23% -
HSV(B) 90.78º 0.99% 0.45% -
XYZ 7.94 13.36 2.19 -
YUV 85.25 80.45 107.85 -
System Red Green Blue C M Y K H S L
Decimal 57 116 1 0.51 0 0.99 0.55 90.78 0.98 0.23
Hex 39 74 1 33 0 63 37 5B 62 17
Octal 71 164 1 63 0 143 67 133 142 27
Binary 111001 1110100 1 110011 0 1100011 110111 1011011 1100010 10111

Color Harmonies of #397401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397401

Black with #397401

Text Example


Text Example

White with #397401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397401; }

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

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

background-color css

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

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

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

border-color css

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

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

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