Html Css Color HEX #397D14 Bilbao

📋 copy color: '#397D14'

red 57 ◦ green 125 ◦ blue 20

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

Shades of Bilbao #397D14

Tints of Bilbao #397D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 61.88%

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 28.22%
G = 61.88%
B = 9.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#397D14 (or 0x397D14) is known color: Bilbao. HEX triplet: 39, 7D and 14. RGB value is (57,125,20). Sum of RGB (Red+Green+Blue) = 57+125+20=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 125 (49.22% from 255 or 61.88% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 125 - color contains mainly: green. Hex color #397D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397D14 is #C682EB. Grayscale: #5D5D5D. Windows color (decimal): -13009644 or 1342777. OLE color: 1342777.

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

Color convert

RGB 57 125 20 -
CMYK 0.54 0 0.84 0.51
HSL 98.86º 0.72% 0.28% -
HSV(B) 98.86º 0.84% 0.49% -
XYZ 9.15 15.59 3.19 -
YUV 92.7 86.97 102.54 -
System Red Green Blue C M Y K H S L
Decimal 57 125 20 0.54 0 0.84 0.51 98.86 0.72 0.28
Hex 39 7D 14 36 0 54 33 63 48 1C
Octal 71 175 24 66 0 124 63 143 110 34
Binary 111001 1111101 10100 110110 0 1010100 110011 1100011 1001000 11100

Color Harmonies of #397D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D14

Black with #397D14

Text Example


Text Example

White with #397D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,125,20); }

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

background-color css

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

 a { background-color: rgb(57,125,20); }

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

border-color css

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

 span { border-color: rgb(57,125,20); }

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