Html Css Color HEX #397403 Bilbao

📋 copy color: '#397403'

red 57 ◦ green 116 ◦ blue 3

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

Shades of Bilbao #397403

Tints of Bilbao #397403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.7%

R = 32.39%
G = 65.91%
B = 1.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#397403 (or 0x397403) is known color: Bilbao. HEX triplet: 39, 74 and 03. RGB value is (57,116,3). Sum of RGB (Red+Green+Blue) = 57+116+3=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #397403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397403 is #C68BFC. Grayscale: #555555. Windows color (decimal): -13011965 or 226361. OLE color: 226361.

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

Color convert

RGB 57 116 3 -
CMYK 0.51 0 0.97 0.55
HSL 91.33º 0.95% 0.23% -
HSV(B) 91.33º 0.97% 0.45% -
XYZ 7.95 13.37 2.25 -
YUV 85.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 57 116 3 0.51 0 0.97 0.55 91.33 0.95 0.23
Hex 39 74 3 33 0 61 37 5B 5F 17
Octal 71 164 3 63 0 141 67 133 137 27
Binary 111001 1110100 11 110011 0 1100001 110111 1011011 1011111 10111

Color Harmonies of #397403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397403

Black with #397403

Text Example


Text Example

White with #397403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397403; }

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

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

background-color css

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

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

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

border-color css

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

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

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