Html Css Color HEX #397D19 Bilbao

📋 copy color: '#397D19'

red 57 ◦ green 125 ◦ blue 25

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

Shades of Bilbao #397D19

Tints of Bilbao #397D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 27.54%
G = 60.39%
B = 12.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#397D19 (or 0x397D19) is known color: Bilbao. HEX triplet: 39, 7D and 19. RGB value is (57,125,25). Sum of RGB (Red+Green+Blue) = 57+125+25=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #397D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397D19 is #C682E6. Grayscale: #5D5D5D. Windows color (decimal): -13009639 or 1670457. OLE color: 1670457.

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

Color convert

RGB 57 125 25 -
CMYK 0.54 0 0.8 0.51
HSL 100.8º 0.67% 0.29% -
HSV(B) 100.8º 0.8% 0.49% -
XYZ 9.2 15.61 3.45 -
YUV 93.27 89.47 102.13 -
System Red Green Blue C M Y K H S L
Decimal 57 125 25 0.54 0 0.8 0.51 100.8 0.67 0.29
Hex 39 7D 19 36 0 50 33 65 43 1D
Octal 71 175 31 66 0 120 63 145 103 35
Binary 111001 1111101 11001 110110 0 1010000 110011 1100101 1000011 11101

Color Harmonies of #397D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D19

Black with #397D19

Text Example


Text Example

White with #397D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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