Html Css Color HEX #397400 Bilbao

📋 copy color: '#397400'

red 57 ◦ green 116 ◦ blue 0

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

Shades of Bilbao #397400

Tints of Bilbao #397400

RGB

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

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

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

R = 32.95%
G = 67.05%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#397400 (or 0x397400) is known color: Bilbao. HEX triplet: 39, 74 and 00. RGB value is (57,116,0). Sum of RGB (Red+Green+Blue) = 57+116+0=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 116 (45.70% from 255 or 67.05% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 116 - color contains mainly: green. Hex color #397400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397400 is #C68BFF. Grayscale: #555555. Windows color (decimal): -13011968 or 29753. OLE color: 29753.

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

Color convert

RGB 57 116 0 -
CMYK 0.51 0 1 0.55
HSL 90.52º 1% 0.23% -
HSV(B) 90.52º 1% 0.45% -
XYZ 7.93 13.36 2.16 -
YUV 85.14 79.95 107.93 -
System Red Green Blue C M Y K H S L
Decimal 57 116 0 0.51 0 1 0.55 90.52 1 0.23
Hex 39 74 0 33 0 64 37 5B 64 17
Octal 71 164 0 63 0 144 67 133 144 27
Binary 111001 1110100 0 110011 0 1100100 110111 1011011 1100100 10111

Color Harmonies of #397400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397400

Black with #397400

Text Example


Text Example

White with #397400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397400; }

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

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

background-color css

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

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

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

border-color css

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

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

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