Html Css Color HEX #397C13 Bilbao

📋 copy color: '#397C13'

red 57 ◦ green 124 ◦ blue 19

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

Shades of Bilbao #397C13

Tints of Bilbao #397C13

RGB

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

 GREEN value IS 124 (48.83% from 255) = 62%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 28.5%
G = 62%
B = 9.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#397C13 (or 0x397C13) is known color: Bilbao. HEX triplet: 39, 7C and 13. RGB value is (57,124,19). Sum of RGB (Red+Green+Blue) = 57+124+19=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #397C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397C13 is #C683EC. Grayscale: #5C5C5C. Windows color (decimal): -13009901 or 1276985. OLE color: 1276985.

HSL color Cylindrical-coordinate representation of color #397C13: hue angle of 98.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #397C13 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 124 19 -
CMYK 0.54 0 0.85 0.51
HSL 98.29º 0.73% 0.28% -
HSV(B) 98.29º 0.85% 0.49% -
XYZ 9.01 15.33 3.1 -
YUV 92 86.8 103.04 -
System Red Green Blue C M Y K H S L
Decimal 57 124 19 0.54 0 0.85 0.51 98.29 0.73 0.28
Hex 39 7C 13 36 0 55 33 62 49 1C
Octal 71 174 23 66 0 125 63 142 111 34
Binary 111001 1111100 10011 110110 0 1010101 110011 1100010 1001001 11100

Color Harmonies of #397C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C13

Black with #397C13

Text Example


Text Example

White with #397C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397C13; }

 p { color: rgb(57,124,19); }

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

background-color css

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

 a { background-color: rgb(57,124,19); }

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

border-color css

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

 span { border-color: rgb(57,124,19); }

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