Html Css Color HEX #397D17 Bilbao

📋 copy color: '#397D17'

red 57 ◦ green 125 ◦ blue 23

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

Shades of Bilbao #397D17

Tints of Bilbao #397D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.22%

R = 27.8%
G = 60.98%
B = 11.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#397D17 (or 0x397D17) is known color: Bilbao. HEX triplet: 39, 7D and 17. RGB value is (57,125,23). Sum of RGB (Red+Green+Blue) = 57+125+23=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #397D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397D17 is #C682E8. Grayscale: #5D5D5D. Windows color (decimal): -13009641 or 1539385. OLE color: 1539385.

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

Color convert

RGB 57 125 23 -
CMYK 0.54 0 0.82 0.51
HSL 100º 0.69% 0.29% -
HSV(B) 100º 0.82% 0.49% -
XYZ 9.18 15.6 3.34 -
YUV 93.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 57 125 23 0.54 0 0.82 0.51 100 0.69 0.29
Hex 39 7D 17 36 0 52 33 64 45 1D
Octal 71 175 27 66 0 122 63 144 105 35
Binary 111001 1111101 10111 110110 0 1010010 110011 1100100 1000101 11101

Color Harmonies of #397D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D17

Black with #397D17

Text Example


Text Example

White with #397D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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